git-format-patch --start-number <n>
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 25 May 2006 21:55:11 +0000 (23:55 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 26 May 2006 06:19:35 +0000 (23:19 -0700)
commitfa0f02dfa15d0d95f8b6d27688bbf8ac940e3354
tree25a47c47dd53f5cb23f170f470fce6202c379a52
parentfc36f6a6c9e6d428dafee47f140f943b3e520240
git-format-patch --start-number <n>

Since the "a..b c..d" syntax is interpreted as "b ^a d ^c" as other
range-ish commands, if you want to format a..b and then c..d and end
up with files consecutively numbered, the second run needs to be able
to tell the command what number to start from.

This does not imply --numbered (which gives [PATCH n/m] to the subject).

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c