From: Junio C Hamano Date: Fri, 26 May 2006 18:30:49 +0000 (-0700) Subject: built-in format-patch: various fixups. X-Git-Tag: v1.4.0-rc1~61 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/add5c8a562fc0e80ad4eb3d1e2a9f9f47df053a6?ds=inline;hp=add5c8a562fc0e80ad4eb3d1e2a9f9f47df053a6 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 ---