summaryrefslogtreecommitdiffstats
path: root/git-am.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-12 04:15:05 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-12 04:15:05 +0000
commit9cb74f2e1ce669d810cf666f33749c4785472ba6 (patch)
tree5722b9f22abc74a9c984b5f84f70c55b190b745e /git-am.txt
parent8be707388a242bbe651e47d014137c330952f0bb (diff)
downloadgit-htmldocs-9cb74f2e1ce669d810cf666f33749c4785472ba6.tar.gz
Autogenerated HTML docs for v1.5.0-rc4-39-gd4144
Diffstat (limited to 'git-am.txt')
-rw-r--r--git-am.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-am.txt b/git-am.txt
index f7d551e2c..77ef103b2 100644
--- a/git-am.txt
+++ b/git-am.txt
@@ -21,6 +21,10 @@ current branch.
OPTIONS
-------
+<mbox>...::
+ The list of mailbox files to read patches from. If you do not
+ supply this argument, reads from the standard input.
+
--signoff::
Add `Signed-off-by:` line to the commit message, using
the committer identity of yourself.