builtin/gc.c: add missing newline in message
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d8ead15963
commit
daab4eeafa
@ -225,7 +225,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
|
||||
fprintf(stderr,
|
||||
_("Auto packing the repository for optimum performance. You may also\n"
|
||||
"run \"git gc\" manually. See "
|
||||
"\"git help gc\" for more information."));
|
||||
"\"git help gc\" for more information.\n"));
|
||||
} else
|
||||
append_option(argv_repack,
|
||||
prune_expire && !strcmp(prune_expire, "now")
|
||||
|
Loading…
Reference in New Issue
Block a user