author | Jon Loeliger <jdl@freescale.com> | |
Tue, 5 Jun 2007 20:06:53 +0000 (15:06 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 Jun 2007 07:35:15 +0000 (00:35 -0700) | ||
commit | e6ff0f42bb0c63515c8489c1992f37d1d1e8b2f4 | |
tree | 554d57727b2273912c08ac74bea6714138a7b13c | tree | snapshot |
parent | ec563e8153cba89728a271a26c8a94e7a42d8152 | commit | diff |
Add the --numbered-files option to git-format-patch.
With this option, git-format-patch will generate simple
numbered files as output instead of the default using
with the first commit line appended.
This simplifies the ability to generate an MH-style
drafts folder with each message to be sent.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
With this option, git-format-patch will generate simple
numbered files as output instead of the default using
with the first commit line appended.
This simplifies the ability to generate an MH-style
drafts folder with each message to be sent.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt | diff | blob | history | |
builtin-log.c | diff | blob | history |