author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 2 Sep 2007 19:30:26 +0000 (15:30 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 4 Sep 2007 03:01:44 +0000 (23:01 -0400) | ||
commit | 881d8f24cab5bf4e0fa71b17a3ab82e27b2e8ed7 | |
tree | b6d9e239421b40eebe456021731344e09b803547 | tree | snapshot |
parent | 6e4ba05c7fee0d0140e2057b63f5ca4eea9a6053 | commit | diff |
git-gui: Fix detaching current branch during checkout
If the user tried to detach their HEAD while keeping the working
directory on the same commit we actually did not completely do
a detach operation internally. The problem was caused by git-gui
not forcing the HEAD symbolic ref to be updated to a SHA-1 hash
when we were not switching revisions. Now we update the HEAD ref
if we aren't currently detached or the hashes don't match.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
If the user tried to detach their HEAD while keeping the working
directory on the same commit we actually did not completely do
a detach operation internally. The problem was caused by git-gui
not forcing the HEAD symbolic ref to be updated to a SHA-1 hash
when we were not switching revisions. Now we update the HEAD ref
if we aren't currently detached or the hashes don't match.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/checkout_op.tcl | diff | blob | history |