diff options
author | Michael S. Tsirkin <mst@mellanox.co.il> | 2007-02-09 12:23:23 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-11 14:07:47 -0800 |
commit | d4144612958c255d273ad1bd1fe33f03c0f67ada (patch) | |
tree | 14f1d2a8a5311a56b10b1cdea0ee99aad4a5da6d /Documentation/git-am.txt | |
parent | 602598fd5d8f64028f84d2772725c5e3414a112f (diff) | |
download | git-d4144612958c255d273ad1bd1fe33f03c0f67ada.tar.gz |
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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 ------- +<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. |