Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: support for funky branch and project names over HTTP(S)
[gitweb.git]
/
git-merge-ours.sh
diff --git
a/git-merge-ours.sh
b/git-merge-ours.sh
index 2b6a5c0d104b09b2eb471be9ec86e215ac003b0a..29dba4ba3a57c15bd430bd23c1cebe78e6dc03be 100755
(executable)
--- a/
git-merge-ours.sh
+++ b/
git-merge-ours.sh
@@
-9,6
+9,6
@@
# because the current index is what we will be committing as the
# merge result.
-git
-diff-index --quiet --cached HEAD
|| exit 2
+git
diff-index --quiet --cached HEAD --
|| exit 2
exit 0