]> git.99rst.org Git - git.git/commit
completion: bisect: complete missing --first-parent and - -no-checkout options
authorBritton Leo Kerin <redacted>
Tue, 6 Feb 2024 21:50:45 +0000 (12:50 -0900)
committerJunio C Hamano <redacted>
Tue, 6 Feb 2024 23:11:46 +0000 (15:11 -0800)
commit41928aeb45e70d4361c780cc69d3975faee5eec4
treeb6d53152c2e95d8836b8bfa91294b8ebb2ce6ff3
parentaf8910a2d4cdc3452c4b48e073e18fc10ff76723
completion: bisect: complete missing --first-parent and - -no-checkout options

The --first-parent and --no-checkout options to the start subcommand of
git-bisect(1) are not completed.

Enable completion of the --first-parent and --no-checkout options to the
start subcommand.  Add test.

Signed-off-by: Britton Leo Kerin <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
t/t9902-completion.sh
git clone https://git.99rst.org/PROJECT