A fork of Git containing Microsoft-specific patches.
Перейти к файлу
Paul Mackerras eb5f8c9c00 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>
2007-12-29 21:13:34 +11:00
po [PATCH] gitk i18n: Initial German translation 2007-12-20 10:19:07 +11:00
Makefile [PATCH] gitk i18n: Add Makefile with rules for po file creation and installation 2007-12-20 10:19:07 +11:00
gitk gitk: Don't try to show local changes from a head that isn't shown 2007-12-29 21:13:34 +11:00