commit | add5c8a562fc0e80ad4eb3d1e2a9f9f47df053a6 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Fri May 26 11:30:49 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Fri May 26 11:30:49 2006 -0700 |
tree | 78b076579b388da557ff8f45a869f3c6f525735d | |
parent | 88a1531435b4cb565d290ed5146352beda52206c [diff] |
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>