mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
If we don't handle the -h option here like most parse_options() users we'll fall through and it'll do the right thing for us. I think this code added in4ce58ee38d(commit-graph: create git-commit-graph builtin, 2018-04-02) was always redundant, parse_options() did this at the time, and the commit-graph code never used PARSE_OPT_NO_INTERNAL_HELP. We don't need a test for this, it's tested by the t0012-help.sh test added ind691551192(t0012: test "-h" with builtins, 2017-05-30). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Reviewed-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
9.3 KiB
9.3 KiB