X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-applymbox.sh;h=24d4a8cb4eb95a5201c205be879d3ac6a62a8a15;hb=c3e9a6534c88767e2ad9126ed45598157c28d1f4;hp=4e77132ab5f73839241c430d6354d5abb8294d85;hpb=0d0b7c237af0846123bef73879d65a3e78a56461;p=git.git diff --git a/git-applymbox.sh b/git-applymbox.sh index 4e77132a..24d4a8cb 100755 --- a/git-applymbox.sh +++ b/git-applymbox.sh @@ -15,8 +15,10 @@ ## Pay a special attention to the commit log message if you do this and ## use a Signoff_file, because applypatch wants to append the sign-off ## message to msg-clean every time it is run. +## +## git-am is supposed to be the newer and better tool for this job. -. git-sh-setup || die "Not a git archive" +. git-sh-setup usage () { echo >&2 "applymbox [-u] [-k] [-q] [-m] (-c .dotest/ | mbox) [signoff]"