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>
This commit is contained in:
Michael S. Tsirkin 2007-02-09 12:23:23 +02:00 committed by Junio C Hamano
parent 602598fd5d
commit d414461295

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.