Merge branch 'maint'
* maint: builtin/gc.c: add missing newline in message
This commit is contained in:
@ -225,7 +225,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
_("Auto packing the repository for optimum performance. You may also\n"
|
_("Auto packing the repository for optimum performance. You may also\n"
|
||||||
"run \"git gc\" manually. See "
|
"run \"git gc\" manually. See "
|
||||||
"\"git help gc\" for more information."));
|
"\"git help gc\" for more information.\n"));
|
||||||
} else
|
} else
|
||||||
append_option(argv_repack,
|
append_option(argv_repack,
|
||||||
prune_expire && !strcmp(prune_expire, "now")
|
prune_expire && !strcmp(prune_expire, "now")
|
||||||
|
Reference in New Issue
Block a user