aboutsummaryrefslogtreecommitdiff
path: root/git-applymbox.sh
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2005-10-21 02:28:42 +0200
committerJunio C Hamano <junkio@cox.net>2005-10-20 22:32:07 -0700
commit42e2cba20466e50825c55d2642da72bf4f088040 (patch)
treef5c29452f36b2ffe3ace14347183380c619ca50c /git-applymbox.sh
parenta08b6505942c3c7137f8fb7516a2d5bc54153997 (diff)
downloadgit-42e2cba20466e50825c55d2642da72bf4f088040.tar.gz
git-42e2cba20466e50825c55d2642da72bf4f088040.tar.xz
Brief documentation for the mysterious git-am script
The git-am script is nowhere called and nowhere (including itself) explained, and the name isn't helpful either. For those like me who will wonder what is it about, add some documentation stub for it to the documentation. I probably got something wrong and I don't feel like investigating all the options - this is just kind of "emergency" docs. Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-applymbox.sh')
-rwxr-xr-xgit-applymbox.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-applymbox.sh b/git-applymbox.sh
index 4e77132ab..6de693287 100755
--- a/git-applymbox.sh
+++ b/git-applymbox.sh
@@ -15,6 +15,8 @@
## 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"