Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Correct disappearing unstaged files.
[gitweb.git]
/
git-gui.sh
diff --git
a/git-gui.sh
b/git-gui.sh
index c4d77fafe73436b8e390a12310b4d3f65eff927f..aa8f0ba067a0bdb041fc854be3ebf9eb0f7c0f84 100755
(executable)
--- 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