Code

slightly better auto gc message
authorNicolas Pitre <nico@cam.org>
Mon, 7 Jan 2008 21:05:22 +0000 (16:05 -0500)
committerJunio 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>
builtin-gc.c

index 799c263936d19ef8e66b21f83a370c4fcfe9e5f5..ac34788c89c315d036ab041afbac91a0302e6d6a 100644 (file)
@@ -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");