summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: efc39d6)
raw | patch | inline | side by side (parent: efc39d6)
author | Štěpán Němec <stepan.nemec@gmail.com> | |
Fri, 8 Oct 2010 17:31:19 +0000 (19:31 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 8 Oct 2010 19:31:08 +0000 (12:31 -0700) |
This makes it cosistent with other places (including the
git-pack-objects(1) manpage itself) and avoids possible confusion (I,
for one, mistook `<object-list' for a `<object-list>' typo at first when
preparing this series).
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pack-objects(1) manpage itself) and avoids possible confusion (I,
for one, mistook `<object-list' for a `<object-list>' typo at first when
preparing this series).
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c | patch | blob | history |
diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c
index 26f23041f12557f24587f110bcbf38fff4745c44..f8eba53c82242d0c435524ab9ffab70ba2e2d5ad 100644 (file)
--- a/builtin/pack-objects.c
+++ b/builtin/pack-objects.c
" [--threads=<n>] [--non-empty] [--revs [--unpacked | --all]]\n"
" [--reflog] [--stdout | base-name] [--include-tag]\n"
" [--keep-unreachable | --unpack-unreachable]\n"
- " [<ref-list | <object-list]";
+ " [< ref-list | < object-list]";
struct object_entry {
struct pack_idx_entry idx;