summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f1cdcc7)
raw | patch | inline | side by side (parent: f1cdcc7)
author | Nicolas Pitre <nico@cam.org> | |
Mon, 7 Jan 2008 21:05:22 +0000 (16:05 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 7 Jan 2008 22:02:25 +0000 (14:02 -0800) |
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-gc.c | patch | blob | history |
diff --git a/builtin-gc.c b/builtin-gc.c
index 799c263936d19ef8e66b21f83a370c4fcfe9e5f5..ac34788c89c315d036ab041afbac91a0302e6d6a 100644 (file)
--- a/builtin-gc.c
+++ b/builtin-gc.c
prune = 0;
if (!need_to_gc())
return 0;
- fprintf(stderr, "Packing your repository for optimum "
+ fprintf(stderr, "Auto packing your repository for optimum "
"performance. You may also\n"
"run \"git gc\" manually. See "
"\"git help gc\" for more information.\n");