gitk: Fix bug where the last few commits would sometimes not be visible
commit308ff3d59df853a21d4e218473974311fb7b3320
authorPaul Mackerras <paulus@samba.org>
Sat, 6 Oct 2007 10:17:59 +0000 (6 20:17 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 6 Oct 2007 10:17:59 +0000 (6 20:17 +1000)
tree9b0ecd35c5e26662eb85862af93cd48cb40be759
parent9a7558f348772ab3c2fb3d4beda3a3a7af1e843a
gitk: Fix bug where the last few commits would sometimes not be visible

We weren't calling showstuff for the last few commits under some
circumstances, causing the scrolling region not to be extended right
to the end of the graph.  This fixes it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk