author | Jeff King <peff@peff.net> | |
Sat, 14 Jun 2008 07:27:21 +0000 (03:27 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 14 Jun 2008 18:39:16 +0000 (11:39 -0700) | ||
commit | 44d86e910d61dab4f059d86705599bbb2747b10f | |
tree | 177b3233ec2c4f1629d421201b650cf5a6059f96 | tree | snapshot |
parent | 74f16b0c6fece88f585f9556fa1d3a7406e7a42e | commit | diff |
avoid whitespace on empty line in automatic usage message
When outputting a usage message with a blank line in the
header, we would output a line with four spaces. Make this
truly a blank line.
This helps us remove trailing whitespace from a test vector.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When outputting a usage message with a blank line in the
header, we would output a line with four spaces. Make this
truly a blank line.
This helps us remove trailing whitespace from a test vector.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options.c | diff | blob | history | |
t/t1502-rev-parse-parseopt.sh | diff | blob | history |