[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)
commitb1ba39e7e80cdee3e7c1c80334cd9aa87b9b7b69
treed1b9f2cb213aac30e71e14d1d41a2648392b1e72
parentfa4da7b32e1197fa5032db6a2de7749868253f8b
[PATCH] "Child" information in commit window - and cleanups

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>
gitk