author | Paul Mackerras <paulus@samba.org> | |
Sat, 29 Dec 2007 10:13:34 +0000 (21:13 +1100) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Sat, 29 Dec 2007 10:13:34 +0000 (21:13 +1100) | ||
commit | eb5f8c9c00716dd3f55b1f09329309a657c492e0 | |
tree | a6f703c6a24499bf25399642f8aa62382a88fc36 | tree | snapshot |
parent | fc2a256f4a49732226b742762b628af6a8bd05d8 | commit | diff |
gitk: Don't try to show local changes from a head that isn't shown
When updating the display, if the checked-out head has moved on and
isn't currently shown, and there are local changes, we could try to
insert a fake row with a parent that isn't displayed, leading to a
Tcl error. This is because we check whether the checked-out head
is displayed before rereading the references (which is when we discover
that the head has moved). This fixes it.
Signed-off-by: Paul Mackerras <paulus@samba.org>
When updating the display, if the checked-out head has moved on and
isn't currently shown, and there are local changes, we could try to
insert a fake row with a parent that isn't displayed, leading to a
Tcl error. This is because we check whether the checked-out head
is displayed before rereading the references (which is when we discover
that the head has moved). This fixes it.
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | diff | blob | history |