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)
- 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>
No differences found