1
0
mirror of https://github.com/git/git.git synced 2024-09-30 09:01:24 +02:00
Git Source Code Mirror. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
Go to file
Paul Mackerras c8c9f3d9cc gitk: Fix potential bug with fake commit IDs in renumbervarc
When a fake row is added, we add its (fake) ID to the children list
for its (fake) parent.  If renumbervarc were to then renumber the
parent it would incorrectly use the fake child.  This avoids the
problem by adding a last_real_child procedure which won't return
a fake ID, and using it in renumbervarc.  For symmetry this also adds
a first_real_child procedure and uses it in ordertoken.

Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-01-06 13:54:58 +11:00
po gitk: Recode de.po to UTF-8 2007-12-31 12:49:13 +11:00
gitk gitk: Fix potential bug with fake commit IDs in renumbervarc 2008-01-06 13:54:58 +11:00
Makefile [PATCH] gitk i18n: Add Makefile with rules for po file creation and installation 2007-12-20 10:19:07 +11:00