From: Michael S. Tsirkin Date: Fri, 9 Feb 2007 10:23:23 +0000 (+0200) Subject: Document that git-am can read standard input. X-Git-Tag: v1.5.0~26 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d4144612958c255d273ad1bd1fe33f03c0f67ada?hp=--cc Document that git-am can read standard input. Signed-off-by: Michael S. Tsirkin Signed-off-by: Junio C Hamano --- d4144612958c255d273ad1bd1fe33f03c0f67ada diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index f7d551e2c7..77ef103b21 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -21,6 +21,10 @@ current branch. OPTIONS ------- +...:: + 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.