author | Junio C Hamano <junkio@cox.net> | |
Fri, 26 May 2006 18:30:49 +0000 (11:30 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 26 May 2006 18:30:49 +0000 (11:30 -0700) | ||
commit | add5c8a562fc0e80ad4eb3d1e2a9f9f47df053a6 | |
tree | 78b076579b388da557ff8f45a869f3c6f525735d | tree | snapshot |
parent | 88a1531435b4cb565d290ed5146352beda52206c | commit | 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>
- 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 | diff | blob | history |