summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 602598f)
raw | patch | inline | side by side (parent: 602598f)
author | Michael S. Tsirkin <mst@mellanox.co.il> | |
Fri, 9 Feb 2007 10:23:23 +0000 (12:23 +0200) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-am.txt | patch | blob | history |
index f7d551e2c71ebee44762ea11b161632c4dab4e65..77ef103b21ed7c8864cf05c08efe3ae562357f55 100644 (file)
--- a/Documentation/git-am.txt
+++ b/Documentation/git-am.txt
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.