X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-applypatch.sh;h=12cab1e0d4ceb1f1c58c418f96358b252713bf58;hb=4e1dc640097d4e389f12bcf12f75cdf7e4ceae61;hp=a112e1a50405c733e9e94c610caf36a7b07297dd;hpb=a9572072f0ab0ac97e64b0dc01254a3ad95befe1;p=git.git diff --git a/git-applypatch.sh b/git-applypatch.sh index a112e1a5..12cab1e0 100755 --- a/git-applypatch.sh +++ b/git-applypatch.sh @@ -10,8 +10,12 @@ ## $3 - "info" file with Author, email and subject ## $4 - optional file containing signoff to add ## + +USAGE=' []' . git-sh-setup +case "$#" in 3|4) ;; *) usage ;; esac + final=.dotest/final-commit ## ## If this file exists, we ask before applying