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>
maint
Michael S. Tsirkin 2007-02-09 12:23:23 +02:00 committed by Junio C Hamano
parent 602598fd5d
commit d414461295
1 changed files with 4 additions and 0 deletions

View 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.