aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-am.txt
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@mellanox.co.il>2007-02-09 12:23:23 +0200
committerJunio C Hamano <junkio@cox.net>2007-02-11 14:07:47 -0800
commitd4144612958c255d273ad1bd1fe33f03c0f67ada (patch)
tree14f1d2a8a5311a56b10b1cdea0ee99aad4a5da6d /Documentation/git-am.txt
parent602598fd5d8f64028f84d2772725c5e3414a112f (diff)
downloadgit-d4144612958c255d273ad1bd1fe33f03c0f67ada.tar.gz
git-d4144612958c255d273ad1bd1fe33f03c0f67ada.tar.xz
Document that git-am can read standard input.
Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-am.txt')
-rw-r--r--Documentation/git-am.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt
index f7d551e2c..77ef103b2 100644
--- a/Documentation/git-am.txt
+++ b/Documentation/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.