From: Sergey Vlasov Date: Mon, 15 May 2006 15:13:14 +0000 (+0400) Subject: [PATCH] gitk: Display commit messages with word wrap X-Git-Tag: v1.4.0-rc1~21^2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=f1b8629453f6a0aeaee7072af7d900f3054a9aca;hp=f1b8629453f6a0aeaee7072af7d900f3054a9aca;p=git.git [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 Signed-off-by: Paul Mackerras ---