X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-applymbox.sh;h=61c8c024c60935b4766b5052461b4c73918a69ec;hb=589e4f93c7fc31d73da3d0764c71d939c9332442;hp=c686cc8d27a64998c141cca2989375910601f90f;hpb=5e80092f7e6db09a40a62e837ca3f74f0bc5ad73;p=git.git diff --git a/git-applymbox.sh b/git-applymbox.sh index c686cc8d..61c8c024 100755 --- a/git-applymbox.sh +++ b/git-applymbox.sh @@ -18,13 +18,9 @@ ## ## 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 -} - keep_subject= query_apply= continue= utf8= resume=t while case "$#" in 0) break ;; esac do