slightly better auto gc message
Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f1cdcc70dc
commit
7ec43959f7
@ -205,7 +205,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
|
|||||||
prune = 0;
|
prune = 0;
|
||||||
if (!need_to_gc())
|
if (!need_to_gc())
|
||||||
return 0;
|
return 0;
|
||||||
fprintf(stderr, "Packing your repository for optimum "
|
fprintf(stderr, "Auto packing your repository for optimum "
|
||||||
"performance. You may also\n"
|
"performance. You may also\n"
|
||||||
"run \"git gc\" manually. See "
|
"run \"git gc\" manually. See "
|
||||||
"\"git help gc\" for more information.\n");
|
"\"git help gc\" for more information.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user