aboutsummaryrefslogtreecommitdiff
path: root/git-bisect.sh
Commit message (Expand)AuthorAge
* git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder2008-04-16
* bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder2008-04-15
* bisect: report bad rev betterChristian Couder2008-04-12
* bisect: fix bad rev checking in "git bisect good"Christian Couder2008-04-11
* Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-27
* bisect: use verbatim commit subject in the bisect logJohannes Schindelin2008-02-13
* bisect: allow starting with a detached HEADJohannes Schindelin2008-02-11
* git-bisect visualize: work in non-windowed environments betterJunio C Hamano2007-12-08
* Merge branch 'cc/bisect'Junio C Hamano2007-11-24
|\
| * Bisect reset: do nothing when not bisecting.Christian Couder2007-11-20
| * Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Christian Couder2007-11-18
| * Bisect visualize: use "for-each-ref" to list all good refs.Christian Couder2007-11-17
| * git-bisect: modernize branch shuffling hackJunio C Hamano2007-11-16
| * git-bisect: use update-ref to mark good/bad commitsJunio C Hamano2007-11-16
| * git-bisect: war on "sed"Junio C Hamano2007-11-16
| * Bisect reset: remove bisect refs that may have been packed.Christian Couder2007-11-16
* | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-17
|\ \ | |/ |/|
| * scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-06
* | git-bisect.sh: Fix sed script to work with AIX and BSD sed.Ralf Wildenhues2007-11-09
|/
* Bisect: add "skip" to the short usage string.Christian Couder2007-10-29
* Bisect run: "skip" current commit if script exit code is 125.Christian Couder2007-10-26
* Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Christian Couder2007-10-26
* Bisect: refactor some logging into "bisect_write".Christian Couder2007-10-26
* Bisect: refactor "bisect_write_*" functions.Christian Couder2007-10-26
* Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder2007-10-26
* Bisect: fix some white spaces and empty lines breakages.Christian Couder2007-10-26
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Bisect: simplify "bisect start" logging.Christian Couder2007-04-16
* git-bisect: allow bisecting with only one bad commit.Junio C Hamano2007-04-06
* git-bisect: modernizationJunio C Hamano2007-04-05
* Bisect: teach "bisect start" to optionally use one bad and many good revs.Christian Couder2007-04-05
* Bisect: Improve error message in "bisect_next_check".Christian Couder2007-03-29
* Bisect: add checks at the beginning of "git bisect run".Christian Couder2007-03-27
* Bisect: Use "git-show-ref --verify" when reseting.Christian Couder2007-03-25
* git-bisect.sh: properly dq $GIT_DIRJunio C Hamano2007-03-23
* git-bisect: typofixJunio C Hamano2007-03-23
* Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder2007-03-23
* Bisect: convert revs given to good and bad to commitsUwe Kleine-König2007-03-23
* add replay and log to the usage string of git-bisectUwe Kleine-König2007-02-06
* bisect: it needs to be done in a working tree.Junio C Hamano2007-02-05
* Use "git checkout -q" in git-bisectJunio C Hamano2007-02-01
* bisect reset: Leave the tree in usable state if git-checkout failedPetr Baudis2006-10-16
* Using 'perl' in *.shMichal Rokos2006-07-08
* Merge some proposed fixesJunio C Hamano2006-02-13
|\
| * bisect: remove BISECT_NAMES after done.Junio C Hamano2006-02-13
* | Properly git-bisect reset after bisecting from non-master headPetr Baudis2006-02-12
|/
* Usage message clean-up, take #2Fredrik Kuivinen2005-12-14
* Use printf rather than echo -n.Jason Riedy2005-12-06
* bisect: quote pathnames for eval safety.Junio C Hamano2005-11-28
* bisect: limit the searchspace by pathspecsLinus Torvalds2005-11-28