mbox series

[0/5] commit-graph: parse_options() cleanup

Message ID 20210215184118.11306-1-avarab@gmail.com (mailing list archive)
Headers show
Series commit-graph: parse_options() cleanup | expand

Message

Ævar Arnfjörð Bjarmason Feb. 15, 2021, 6:41 p.m. UTC
A trivial cleanup series as a follow-up to my comments in
https://lore.kernel.org/git/87r1lhb6z7.fsf@evledraar.gmail.com/

Ævar Arnfjörð Bjarmason (5):
  commit-graph: define common usage with a macro
  commit-graph: remove redundant handling of -h
  commit-graph: use parse_options_concat()
  commit-graph: refactor dispatch loop for style
  commit-graph: show usage on "commit-graph [write|verify] garbage"

 builtin/commit-graph.c  | 102 ++++++++++++++++++++++------------------
 t/t5318-commit-graph.sh |   7 +++
 2 files changed, 62 insertions(+), 47 deletions(-)