Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
slightly better auto gc message
author
Nicolas Pitre
<nico@cam.org>
Mon, 7 Jan 2008 21:05:22 +0000
(16:05 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 7 Jan 2008 22:02:25 +0000
(14:02 -0800)
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-gc.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f1cdcc7
)
diff --git
a/builtin-gc.c
b/builtin-gc.c
index 799c263936d19ef8e66b21f83a370c4fcfe9e5f5..ac34788c89c315d036ab041afbac91a0302e6d6a 100644
(file)
--- a/
builtin-gc.c
+++ b/
builtin-gc.c
@@
-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, "
P
acking your repository for optimum "
+ fprintf(stderr, "
Auto p
acking your repository for optimum "
"performance. You may also\n"
"run \"git gc\" manually. See "
"\"git help gc\" for more information.\n");