Document that git-am can read standard input.
authorMichael S. Tsirkin <mst@mellanox.co.il>
Fri, 9 Feb 2007 10:23:23 +0000 (12:23 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Feb 2007 22:07:47 +0000 (14:07 -0800)
Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-am.txt
index f7d551e2c71ebee44762ea11b161632c4dab4e65..77ef103b21ed7c8864cf05c08efe3ae562357f55 100644 (file)
@@ -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.