Add the --numbered-files option to git-format-patch.
commite6ff0f42bb0c63515c8489c1992f37d1d1e8b2f4
authorJon Loeliger <jdl@freescale.com>
Tue, 5 Jun 2007 20:06:53 +0000 (5 15:06 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2007 07:35:15 +0000 (6 00:35 -0700)
tree554d57727b2273912c08ac74bea6714138a7b13c
parentec563e8153cba89728a271a26c8a94e7a42d8152
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>
Documentation/git-format-patch.txt
builtin-log.c