summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-06-19 08:03:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-06-19 21:46:39 (GMT)
commitdaab4eeafa0dc620d67ccb57c28e08f6f8b3868c (patch)
tree3ea82d150008cbf80d0ee204313db1674b3df1fe /builtin
parentd8ead15963890a42f99fd0e7f3192b55cacd9404 (diff)
downloadgit-daab4eeafa0dc620d67ccb57c28e08f6f8b3868c.zip
git-daab4eeafa0dc620d67ccb57c28e08f6f8b3868c.tar.gz
git-daab4eeafa0dc620d67ccb57c28e08f6f8b3868c.tar.bz2
builtin/gc.c: add missing newline in message
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/gc.c b/builtin/gc.c
index ff5f73b..0498094 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")