]> git.ipfire.org Git - thirdparty/git.git/commit
bisect--helper: identify as bisect when report error
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Thu, 10 Nov 2022 16:36:41 +0000 (23:36 +0700)
committerTaylor Blau <me@ttaylorr.com>
Fri, 11 Nov 2022 22:05:55 +0000 (17:05 -0500)
commit252060be77f1d9ba7696bb3540f61451e147bf8b
treef5615d1c88971cfadc0701f6006a042e683651bd
parent8962f8f8887c15b3e55ebc348a2490290a55d8a5
bisect--helper: identify as bisect when report error

In a later change, we will convert the bisect--helper to be builtin
bisect. Let's start by self-identifying it's the real bisect when reporting
error.

This change is safe since 'git bisect--helper' is an implementation
detail, users aren't expected to call 'git bisect--helper'.

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