Revision e7da347520486ce33bb77d241b574787c0ec18e8 authored by Paul Mackerras on 17 April 2006, 00:27:59 UTC, committed by Paul Mackerras on 17 April 2006, 00:27:59 UTC
This bug was reported by Yann Dirson, and results in an 'Error:
expected boolean value but got ""' dialog when scrolling to the bottom
of the graph under some circumstances.  The issue is that git-rev-list
isn't outputting all the boundary commits when it is asked for commits
affecting only certain files.  We already cope with that by adding the
missing boundary commits in addextraid, but there we weren't adding a
0 to the end of the commitlisted list when we added the extra id to
the end of the displayorder list.

This fixes it by appending 0 to commitlisted in addextraid, thus keeping
commitlisted and displayorder in sync.

Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent c5a4c4d
History
File Mode Size
gitk -rwxr-xr-x 107.8 KB

back to top