Merge branch 'ab/commit-graph-usage'
commit1396a95ee0a1d4853139e896114020409c506e52
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:25 +0000 (10 11:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:25 +0000 (10 11:46 -0700)
tree25b33d164d51a3c5d09b6353a2160cb4196400e9
parentbd29bcf9136c6cb96dba3bb79c532b3b215fb9d8
parent367c5f36a6a0fa7f8f706b10f9bb2f0e28baaa1a
Merge branch 'ab/commit-graph-usage'

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