]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-resolve.sh
Teach cvsexportcommit to add new files
[thirdparty/git.git] / git-resolve.sh
index 7d8fb54f952e3f85c8c77b8fd9c67afbe76f0316..926307005493b7c8c4253b1adff34bdb4bc57b77 100755 (executable)
@@ -4,11 +4,9 @@
 #
 # Resolve two trees.
 #
-. git-sh-setup || die "Not a git archive"
 
-usage () {
-       die "git-resolve <head> <remote> <merge-message>"
-}
+USAGE='<head> <remote> <merge-message>'
+. git-sh-setup
 
 dropheads() {
        rm -f -- "$GIT_DIR/MERGE_HEAD" \