[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)
commitf1b8629453f6a0aeaee7072af7d900f3054a9aca
tree4d1dec2959a8a83c24b18424d24c35e70323f30c
parente72ee5ebc8de90ad6de8f9318f75ebd45b2ca001
[PATCH] gitk: Display commit messages with word wrap

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