[PATCH] "Child" information in commit window - and cleanups
authorLinus Torvalds <torvalds@osdl.org>
Tue, 9 Aug 2005 03:04:20 +0000 (20:04 -0700)
committerPaul Mackerras <paulus@samba.org>
Tue, 9 Aug 2005 11:09:27 +0000 (21:09 +1000)
This adds "Child: " lines to the commit window, which tells what children
a commit has.

It also cleans things up: it marks the text widget as no-wrap, which means
that it doesn't need to truncate the commit description arbitrarily by
hand. Also, the description itself is now done by a common helper routine
that handles both the parent and the children.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found