]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-gc.c
"git-apply --check" should not report "fixed"
[thirdparty/git.git] / 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");