summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 36071af)
raw | patch | inline | side by side (parent: 36071af)
author | Yann Dirson <ydirson@altern.org> | |
Sun, 8 Jan 2006 00:39:16 +0000 (01:39 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 8 Jan 2006 02:17:38 +0000 (18:17 -0800) |
--stdout was not mentionned, and the description for the case where -o
was not given was thus incomplete.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
was not given was thus incomplete.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh | patch | blob | history |
diff --git a/git-format-patch.sh b/git-format-patch.sh
index 818059f2429d440396daa313dd7fde98bb4782e0..d3979d76318a19746b02c3efcba1212de2fcce20 100755 (executable)
--- a/git-format-patch.sh
+++ b/git-format-patch.sh
numbered sequentially from 1, and uses the first line of the commit
message (massaged for pathname safety) as the filename.
-When -o is specified, output files are created in that directory; otherwise in
-the current working directory.
+There are three output modes. By default, output files are created in
+the current working directory; when -o is specified, they are created
+in that directory instead; when --stdout is specified, they are spit
+on standard output, and can be piped to git-am.
When -n is specified, instead of "[PATCH] Subject", the first line is formatted
as "[PATCH N/M] Subject", unless you have only one patch.