gitk: Indent word-wrapped lines in commit display header
[gitweb.git] / gitk
diff --git a/gitk b/gitk
index 94ea5ff91287d24e82d4e34b6358729f9b437fa0..90764e8948f1f95aaddfb381664ecede328bc863 100755 (executable)
--- a/gitk
+++ b/gitk
@@ -2429,7 +2429,7 @@ proc makewindow {} {
     $ctext tag conf msep -font textfontbold
     $ctext tag conf found -back $foundbgcolor
     $ctext tag conf currentsearchhit -back $currentsearchhitbgcolor
-    $ctext tag conf wwrap -wrap word
+    $ctext tag conf wwrap -wrap word -lmargin2 1c
     $ctext tag conf bold -font textfontbold
 
     .pwbottom add .bleft