Re: [PATCH v3 0/2] bisect: add --auto-reset to leave when done
Junio C Hamano <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
"Harald Nordgren via GitGitGadget" <[email protected]> writes: > Add a --reset-when-found option to git bisect that resets the bisect session > when culprit is found. > > Changes in v3: > > * Rename --auto-reset to --reset-when-found, including internal names. > * Defer git bisect run cleanup until captured output is printed and > BISECT_RUN is closed. Drop the open-descriptor preparatory change, > retaining the existing filename-based output handling. The range-diff looks very busy, but it mostly looks like a fallout caused by the renaming of the option and internal functions and enum to match the updated name. Looking good. Is everybody happy with this version? If so I'll mark the topic for 'next' soonish. Thanks.