gitk: Fix display of "(...)" for parents/children we haven't drawn
authorPaul Mackerras <paulus@samba.org>
Sun, 14 May 2006 23:56:08 +0000 (09:56 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 14 May 2006 23:56:08 +0000 (09:56 +1000)
commitb09344891010330dcdd26b90453e7e31c780612e
treefe33d364fc083d327f8cf7436435171c4a311543
parent098dd8a34b43ea1317527ca1a3354aae9f3704b5
gitk: Fix display of "(...)" for parents/children we haven't drawn

In the commit details window, we were displaying "(...)" for the
headlines of parents and children that haven't been drawn, without
making any attempt to get those headlines.  This adds a call to
getcommit to commit_descriptor so we get those headlines.

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