]> git.99rst.org Git - git.git/commit
bisect: simplify building "checkout" argument list
authorRené Scharfe <redacted>
Sun, 30 Oct 2022 11:47:02 +0000 (12:47 +0100)
committerTaylor Blau <redacted>
Sun, 30 Oct 2022 18:04:35 +0000 (14:04 -0400)
commit48750b2d0d22f07d60c6179a7c3726446060136a
tree51281a36bbd4de3fc3c7e3b6314290f1ca10a51c
parent75c92a0540dd866b1ccf5454c4cc540d926a6139
bisect: simplify building "checkout" argument list

Reduce the scope of argv_checkout, which allows to fully build it during
initialization.  Use oid_to_hex() instead of oid_to_hex_r(), because
that's simpler and using the static buffer of the former is just as safe
as the old static argv_checkout.

Signed-off-by: René Scharfe <redacted>
Signed-off-by: Taylor Blau <redacted>
bisect.c
git clone https://git.99rst.org/PROJECT