summaryrefslogtreecommitdiff
path: root/lib/branch.tcl
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2007-05-30 20:39:46 -0400
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2007-05-31 23:37:34 -0400
commitfc4e8da727d5c1737322b14386282456fd3c99c9 (patch)
treea61de33163a574aa7d5c05c7d2021fd0c424fb2a /lib/branch.tcl
parentMerge branch 'maint' (diff)
downloadtgif-fc4e8da727d5c1737322b14386282456fd3c99c9.tar.xz
git-gui: Internalize symbolic-ref HEAD reading logic
To improve performance on fork+exec impoverished systems (such as Windows) we want to avoid running git-symbolic-ref on every rescan if we can do so. A quick way to implement such an avoidance is to just read the HEAD ref ourselves; we'll either see it as a symref (starts with "ref: ") or we'll see it as a detached head (40 hex digits). In either case we can treat that as our current branch. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/branch.tcl')
0 files changed, 0 insertions, 0 deletions