diff --git a/git-gui.sh b/git-gui.sh index c4d77fafe7..aa8f0ba067 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -1336,7 +1336,7 @@ proc display_file {path state} { if {[string index $old_m 0] eq {U}} { set o U } else { - set o [string index $old_m 0] + set o [string index $old_m 1] } if {[string index $new_m 0] eq {U}} { set n U