]> git.ipfire.org Git - thirdparty/git.git/commit
bisect--helper: log: allow arbitrary number of arguments
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Thu, 10 Nov 2022 16:36:45 +0000 (23:36 +0700)
committerTaylor Blau <me@ttaylorr.com>
Fri, 11 Nov 2022 22:06:01 +0000 (17:06 -0500)
commit0da4b538e40f38f2ee7adc625cac18ae0d8df4d1
treed52e240eb799483d0093ab10e323b5292a4aa2d4
parentdf63421be927c689bbd9384d503768c0515063c4
bisect--helper: log: allow arbitrary number of arguments

In a later change, we would like to turn bisect into a builtin by
renaming bisect--helper.

However, there's an oddity that "git bisect log" accepts any number of
arguments and it will just ignore them all.

Let's prepare for the next step by ignoring any arguments passed to
"git bisect--helper log"

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
git-bisect.sh