Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix typo in pack-objects' usage
author
Johannes Schindelin
<johannes.schindelin@gmx.de>
Wed, 29 Sep 2010 22:22:33 +0000
(23:22 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 30 Sep 2010 19:22:02 +0000
(12:22 -0700)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
8713feb
)
diff --git
a/builtin/pack-objects.c
b/builtin/pack-objects.c
index 0e8167311884d38c48a9421bf8aede89e7f2c22d..3756cf36ee5dd6fb963af2ab62b0d474fcabd4bb 100644
(file)
--- a/
builtin/pack-objects.c
+++ b/
builtin/pack-objects.c
@@
-30,7
+30,7
@@
static const char pack_usage[] =
" [--no-reuse-delta] [--no-reuse-object] [--delta-base-offset]\n"
" [--threads=N] [--non-empty] [--revs [--unpacked | --all]*]\n"
" [--reflog] [--stdout | base-name] [--include-tag]\n"
- " [--keep-unreachable | --unpack-unreachable
\n"
+ " [--keep-unreachable | --unpack-unreachable
]
\n"
" [<ref-list | <object-list]";
struct object_entry {