]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sg/commit-graph-usage-fix'
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:15 +0000 (18:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:15 +0000 (18:02 +0900)
Message fix.

* sg/commit-graph-usage-fix:
  builtin/commit-graph.c: remove subcommand-less usage string

1  2 
builtin/commit-graph.c

index addc8d4cc0895567b6f09902d3353b0a62a9507c,04ff71fea6cc4b952607dc3974baba27ec3a09c2..ec0fc93d39b5a6ee3cf942ce086c48b1907cec58
@@@ -8,10 -8,9 +8,9 @@@
  #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]"),
 -      N_("git commit-graph write [--object-dir <objdir>] [--append|--split] [--reachable|--stdin-packs|--stdin-commits] <split options>"),
 +      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>"),
        NULL
  };