From: Junio C Hamano Date: Sun, 19 Jun 2011 23:01:51 +0000 (-0700) Subject: Merge branch 'maint' X-Git-Tag: v1.7.6-rc3~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b93d2ff3aabaedbeb3351a451ab4b7092b2b754c?hp=36bfb0e5f6004e4c4ac9334107dc185c316839a7 Merge branch 'maint' * maint: builtin/gc.c: add missing newline in message --- diff --git a/builtin/gc.c b/builtin/gc.c index ff5f73ba87..0498094711 100644 --- a/builtin/gc.c +++ b/builtin/gc.c @@ -225,7 +225,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix) fprintf(stderr, _("Auto packing the repository for optimum performance. You may also\n" "run \"git gc\" manually. See " - "\"git help gc\" for more information.")); + "\"git help gc\" for more information.\n")); } else append_option(argv_repack, prune_expire && !strcmp(prune_expire, "now")