[PATCH] gitk: Display commit messages with word wrap
authorSergey Vlasov <vsu@altlinux.ru>
Mon, 15 May 2006 15:13:14 +0000 (19:13 +0400)
committerPaul Mackerras <paulus@samba.org>
Sat, 20 May 2006 10:15:28 +0000 (20:15 +1000)
Some people put very long strings into commit messages, which then
become invisible in gitk (word wrapping in the commit details window is
turned off, and there is no horizontal scroll bar).  Enabling word wrap
for just the commit message looks much better.

Wrapping is controlled by the "wrapcomment" option in ~/.gitk.  By
default this option is set to "none", which disables wrapping; setting
it to "word" enables word wrap for commit messages.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found