@@ -333,7 +333,7 @@ <h2 id="_description">DESCRIPTION</h2>
333333git bisect bad [<rev>]
334334git bisect good [<rev>...]
335335git bisect skip [(<rev>|<range>)...]
336- git bisect reset [<branch >]
336+ git bisect reset [<commit >]
337337git bisect visualize
338338git bisect replay <logfile>
339339git bisect log
@@ -380,15 +380,24 @@ <h3 id="_basic_bisect_commands_start_bad_good">Basic bisect commands: start, bad
380380< div class ="para "> < p > Eventually there will be no more revisions left to bisect, and you
381381will have been left with the first bad kernel revision in "refs/bisect/bad".</ p > </ div >
382382< h3 id ="_bisect_reset "> Bisect reset</ h3 > < div style ="clear:left "> </ div >
383- < div class ="para "> < p > To return to the original head after a bisect session, issue the
384- following command:</ p > </ div >
383+ < div class ="para "> < p > After a bisect session, to clean up the bisection state and return to
384+ the original HEAD, issue the following command:</ p > </ div >
385385< div class ="listingblock ">
386386< div class ="content ">
387387< pre > < tt > $ git bisect reset</ tt > </ pre >
388388</ div > </ div >
389- < div class ="para "> < p > This resets the tree to the original branch instead of being on the
390- bisection commit ("git bisect start" will also do that, as it resets
391- the bisection state).</ p > </ div >
389+ < div class ="para "> < p > By default, this will return your tree to the commit that was checked
390+ out before < tt > git bisect start</ tt > . (A new < tt > git bisect start</ tt > will also do
391+ that, as it cleans up the old bisection state.)</ p > </ div >
392+ < div class ="para "> < p > With an optional argument, you can return to a different commit
393+ instead:</ p > </ div >
394+ < div class ="listingblock ">
395+ < div class ="content ">
396+ < pre > < tt > $ git bisect reset <commit></ tt > </ pre >
397+ </ div > </ div >
398+ < div class ="para "> < p > For example, < tt > git bisect reset HEAD</ tt > will leave you on the current
399+ bisection commit and avoid switching commits at all, while < tt > git bisect
400+ reset bisect/bad</ tt > will check out the first bad revision.</ p > </ div >
392401< h3 id ="_bisect_visualize "> Bisect visualize</ h3 > < div style ="clear:left "> </ div >
393402< div class ="para "> < p > To see the currently remaining suspects in < em > gitk</ em > , issue the following
394403command during the bisection process:</ p > </ div >
@@ -599,7 +608,7 @@ <h2 id="_git">GIT</h2>
599608</ div >
600609< div id ="footer ">
601610< div id ="footer-text ">
602- Last updated 2009-07-02 03:16:40 UTC
611+ Last updated 2009-10-31 04: 03:02 UTC
603612</ div >
604613</ div >
605614</ body >
0 commit comments