1
0
mirror of https://github.com/git/git.git synced 2024-09-30 05:32:08 +02:00
Git Source Code Mirror. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
Go to file
Paul Mackerras c9cfdc9601 gitk: Fix some corner cases in computing vrowmod and displayorder
First, insertfakerow and removefakerow weren't updating vrowmod,
and hence displayorder was not getting updated when it needed to,
in the case where the fake row was being inserted into or removed
from the last arc.  The comparison of varctok vs vtokmod was moved
into modify_arc for these cases (and for the call in rewrite_commit)
to avoid duplicating the extra code needed.  Second, the logic in
update_arcrows didn't end up truncating displayorder and unsetting
cached_commitrow if the first modified row was in the last arc.
This fixes these problems.

Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-03-04 21:32:38 +11:00
po gitk: Update German translation. 2008-01-11 00:51:13 -08:00
gitk gitk: Fix some corner cases in computing vrowmod and displayorder 2008-03-04 21:32:38 +11:00
Makefile gitk: Fix the Makefile to cope with systems lacking msgfmt 2008-01-11 00:51:08 -08:00