diff options
author | Nicolas Pitre <nico@cam.org> | 2008-01-07 16:05:22 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-07 14:02:25 -0800 |
commit | 7ec43959f779fa75278c204a71acd4572acc9a1e (patch) | |
tree | 33a67b317bcf08bb1fc47f86db0f393c85392d02 /builtin-gc.c | |
parent | f1cdcc70dc654a5364871a8712c073a610b6027b (diff) | |
download | git-7ec43959f779fa75278c204a71acd4572acc9a1e.tar.gz git-7ec43959f779fa75278c204a71acd4572acc9a1e.tar.xz |
slightly better auto gc message
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-gc.c')
-rw-r--r-- | builtin-gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-gc.c b/builtin-gc.c index 799c26393..ac34788c8 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"); |