git-gui: respect conflict marker size
[gitweb.git] / git-gui.sh
index d3acf0d2134b40b8ffb3d0e8c3229f71fa6db663..38362fa940433712b682aeffcb74c2b8b0feb9d8 100755 (executable)
@@ -3351,13 +3351,13 @@ $ui_diff tag conf d_s- \
        -foreground red \
        -background ivory1
 
-$ui_diff tag conf d<<<<<<< \
+$ui_diff tag conf d< \
        -foreground orange \
        -font font_diffbold
-$ui_diff tag conf d======= \
+$ui_diff tag conf d= \
        -foreground orange \
        -font font_diffbold
-$ui_diff tag conf d>>>>>>> \
+$ui_diff tag conf d> \
        -foreground orange \
        -font font_diffbold