diff options
author | 2007-05-30 20:39:46 -0400 | |
---|---|---|
committer | 2007-05-31 23:37:34 -0400 | |
commit | fc4e8da727d5c1737322b14386282456fd3c99c9 (patch) | |
tree | a61de33163a574aa7d5c05c7d2021fd0c424fb2a /lib/branch.tcl | |
parent | Merge branch 'maint' (diff) | |
download | tgif-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