Sergey Vlasov writes: > 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. Well... you can scroll in any direction with mouse button 2, but ok... > + $ctext insert end "\n" {} Why are you adding the superfluous {} ? > - set comment {} > + set headers {} Why are you changing the name here? Your commit description doesn't address either of these points. Paul. - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html