From: Junio C Hamano Date: Sun, 10 Nov 2019 09:02:15 +0000 (+0900) Subject: Merge branch 'sg/commit-graph-usage-fix' X-Git-Tag: v2.25.0-rc0~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7;p=thirdparty%2Fgit.git Merge branch 'sg/commit-graph-usage-fix' Message fix. * sg/commit-graph-usage-fix: builtin/commit-graph.c: remove subcommand-less usage string --- 14b58c62bcd60b7b5bfbb895eb869f7d1d64a9b7 diff --cc builtin/commit-graph.c index addc8d4cc0,04ff71fea6..ec0fc93d39 --- a/builtin/commit-graph.c +++ b/builtin/commit-graph.c @@@ -8,10 -8,9 +8,9 @@@ #include "object-store.h" static char const * const builtin_commit_graph_usage[] = { - N_("git commit-graph [--object-dir ]"), N_("git commit-graph read [--object-dir ]"), - N_("git commit-graph verify [--object-dir ] [--shallow]"), - N_("git commit-graph write [--object-dir ] [--append|--split] [--reachable|--stdin-packs|--stdin-commits] "), + N_("git commit-graph verify [--object-dir ] [--shallow] [--[no-]progress]"), + N_("git commit-graph write [--object-dir ] [--append|--split] [--reachable|--stdin-packs|--stdin-commits] [--[no-]progress] "), NULL };