Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: add short-circuit to paint_down_to_common()
[gitweb.git]
/
git-merge-octopus.sh
diff --git
a/git-merge-octopus.sh
b/git-merge-octopus.sh
index 5b2162c89d7b1bb110e08d273172256abb0829a4..7d19d379512b52168d7c604002e872fc3eef9fd7 100755
(executable)
--- a/
git-merge-octopus.sh
+++ b/
git-merge-octopus.sh
@@
-100,7
+100,7
@@
do
if test $? -ne 0
then
gettextln "Simple merge did not work, trying automatic merge."
- git
-
merge-index -o git-merge-one-file -a ||
+ git
merge-index -o git-merge-one-file -a ||
OCTOPUS_FAILURE=1
next=$(git write-tree 2>/dev/null)
fi