]> git.99rst.org Git - git.git/commit
bisect: let bisect_reset() optionally check out quietly
authorHarald Nordgren <redacted>
Sun, 2 Aug 2026 21:24:19 +0000 (21:24 +0000)
committerJunio C Hamano <redacted>
Sun, 2 Aug 2026 23:34:36 +0000 (16:34 -0700)
commit2e59acb77df349c5aaf06b4194fbbbcf0556d3ba
tree42eaff5bd7996cb91618cb6c7e7422e7bf7022c7
parent41365c2a9ba347870b80881c0d67454edd22fd49
bisect: let bisect_reset() optionally check out quietly

Add a "quiet" parameter to bisect_reset() that passes "--quiet" to the
checkout restoring the original HEAD, suppressing its progress and
branch-status output.

No caller sets the flag yet, so behavior is unchanged.

Signed-off-by: Harald Nordgren <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/bisect.c
git clone https://git.99rst.org/PROJECT