]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/commit-graph-usage'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:25 +0000 (11:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:25 +0000 (11:46 -0700)
Fixes on usage message from "git commit-graph".

* ab/commit-graph-usage:
  commit-graph: show "unexpected subcommand" error
  commit-graph: show usage on "commit-graph [write|verify] garbage"
  commit-graph: early exit to "usage" on !argc
  multi-pack-index: refactor "goto usage" pattern
  commit-graph: use parse_options_concat()
  commit-graph: remove redundant handling of -h
  commit-graph: define common usage with a macro


Trivial merge