]> git.ipfire.org Git - thirdparty/git.git/commit
bisect--helper: move all subcommands into their own functions
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Thu, 10 Nov 2022 16:36:21 +0000 (23:36 +0700)
committerTaylor Blau <me@ttaylorr.com>
Fri, 11 Nov 2022 22:04:54 +0000 (17:04 -0500)
commit464ce0aba8526a287c13f96f8d774d7374b647b3
tree9aa0733ef4e4afdbe216f9635a764c6c149851e3
parent58786d73ba4a70e57aa4f45b1bfb696f2c420575
bisect--helper: move all subcommands into their own functions

In a later change, we will use OPT_SUBCOMMAND to parse sub-commands to
avoid consuming non-option opts.

Since OPT_SUBCOMMAND needs a function pointer to operate,
let's move it now.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
builtin/bisect--helper.c