diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-11-10 18:02:15 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 18:02:15 +0900 |
commit | 14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7 (patch) | |
tree | af896957ba7fd72a82f61eaad13724c131d05006 /builtin/commit-graph.c | |
parent | Merge branch 'dl/apply-3way-diff3' (diff) | |
parent | builtin/commit-graph.c: remove subcommand-less usage string (diff) | |
download | tgif-14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7.tar.xz |
Merge branch 'sg/commit-graph-usage-fix'
Message fix.
* sg/commit-graph-usage-fix:
builtin/commit-graph.c: remove subcommand-less usage string
Diffstat (limited to 'builtin/commit-graph.c')
-rw-r--r-- | builtin/commit-graph.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/commit-graph.c b/builtin/commit-graph.c index addc8d4cc0..ec0fc93d39 100644 --- a/builtin/commit-graph.c +++ b/builtin/commit-graph.c @@ -8,7 +8,6 @@ #include "object-store.h" static char const * const builtin_commit_graph_usage[] = { - N_("git commit-graph [--object-dir <objdir>]"), N_("git commit-graph read [--object-dir <objdir>]"), N_("git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]"), N_("git commit-graph write [--object-dir <objdir>] [--append|--split] [--reachable|--stdin-packs|--stdin-commits] [--[no-]progress] <split options>"), |