From: Andreas Schwab Date: Sun, 19 Jun 2011 08:03:26 +0000 (+0200) Subject: builtin/gc.c: add missing newline in message X-Git-Tag: v1.7.6-rc3~2^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=daab4eeafa0dc620d67ccb57c28e08f6f8b3868c;p=git.git builtin/gc.c: add missing newline in message Signed-off-by: Andreas Schwab Signed-off-by: Junio C Hamano --- diff --git a/builtin/gc.c b/builtin/gc.c index ff5f73ba8..049809471 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")