X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-applymbox.sh;h=5569fdcc3463b214411d5a168a00783b0d390044;hb=7612a1efdb0c0806b43db10ce784707aae874340;hp=c686cc8d27a64998c141cca2989375910601f90f;hpb=e1355547fd30b21fbdc3fe4e576759683777c4ce;p=git.git diff --git a/git-applymbox.sh b/git-applymbox.sh index c686cc8d..5569fdcc 100755 --- a/git-applymbox.sh +++ b/git-applymbox.sh @@ -18,12 +18,10 @@ ## ## git-am is supposed to be the newer and better tool for this job. +USAGE='[-u] [-k] [-q] [-m] (-c .dotest/ | mbox) [signoff]' . git-sh-setup -usage () { - echo >&2 "applymbox [-u] [-k] [-q] [-m] (-c .dotest/ | mbox) [signoff]" - exit 1 -} +git var GIT_COMMITTER_IDENT >/dev/null || exit keep_subject= query_apply= continue= utf8= resume=t while case "$#" in 0) break ;; esac