summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2008-01-07 21:05:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-01-07 22:02:25 (GMT)
commit7ec43959f779fa75278c204a71acd4572acc9a1e (patch)
tree33a67b317bcf08bb1fc47f86db0f393c85392d02
parentf1cdcc70dc654a5364871a8712c073a610b6027b (diff)
downloadgit-7ec43959f779fa75278c204a71acd4572acc9a1e.zip
git-7ec43959f779fa75278c204a71acd4572acc9a1e.tar.gz
git-7ec43959f779fa75278c204a71acd4572acc9a1e.tar.bz2
slightly better auto gc message
Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin-gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-gc.c b/builtin-gc.c
index 799c263..ac34788 100644
--- a/builtin-gc.c
+++ b/builtin-gc.c
@@ -205,7 +205,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
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");