built-in format-patch: various fixups.
authorJunio C Hamano <junkio@cox.net>
Fri, 26 May 2006 18:30:49 +0000 (11:30 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 26 May 2006 18:30:49 +0000 (11:30 -0700)
commitadd5c8a562fc0e80ad4eb3d1e2a9f9f47df053a6
tree78b076579b388da557ff8f45a869f3c6f525735d
parent88a1531435b4cb565d290ed5146352beda52206c
built-in format-patch: various fixups.

 - The --start-number handling introduced breakage in the normal
   code path.  It started numbering at 0 when not --numbered,
   for example.

 - When generating one file per patch, we needlessly added an
   extra blank line in front for second and subsequent files.

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