From: Paul Mackerras Date: Sun, 20 Nov 2005 12:08:22 +0000 (+1100) Subject: gitk: Fix some bugs introduced by speedup changes X-Git-Tag: v0.99.9k^2~46^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f6e2869f48f7a9b51a2a867ce955c39a9314ef3b?ds=sidebyside;hp=f6e2869f48f7a9b51a2a867ce955c39a9314ef3b gitk: Fix some bugs introduced by speedup changes Commits that weren't read from git-rev-list, i.e. the ones displayed with an open circle, were displayed incorrectly: the headline was null if there was only one line, and the commit comment was put all on one line. Also, the terminal commits weren't displayed when -r was used. Signed-off-by: Paul Mackerras ---