Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
GIT 0.99.9b
[gitweb.git]
/
git-merge.sh
diff --git
a/git-merge.sh
b/git-merge.sh
index 3457a96cfd7a27ae4dffcf5d3f1ff2f9568bd83d..6ad96ebfbb06697a0ad0875274022d9103b24d0a 100755
(executable)
--- a/
git-merge.sh
+++ b/
git-merge.sh
@@
-25,7
+25,7
@@
dropsave() {
savestate() {
# Stash away any local modifications.
- git-diff-index -
r -
z --name-only $head |
+ git-diff-index -z --name-only $head |
cpio -0 -o >"$GIT_DIR/MERGE_SAVE"
}