Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
builtin/gc.c: add missing newline in message
author
Andreas Schwab
<schwab@linux-m68k.org>
Sun, 19 Jun 2011 08:03:26 +0000
(10:03 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 19 Jun 2011 21:46:39 +0000
(14:46 -0700)
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/gc.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
d8ead15
)
diff --git
a/builtin/gc.c
b/builtin/gc.c
index ff5f73ba87b23fc7e361a1751c2d9a64e0267163..0498094711d1addd40f526f0c76dd8ddb76ef550 100644
(file)
--- 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 "
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")
} else
append_option(argv_repack,
prune_expire && !strcmp(prune_expire, "now")