X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-applypatch.sh;h=12cab1e0d4ceb1f1c58c418f96358b252713bf58;hb=c82a22c39cbc32576f64f5c6b3f24b99ea8149c7;hp=a112e1a50405c733e9e94c610caf36a7b07297dd;hpb=9754563ca9a99bc0fe233f43202af15704fbed4d;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