summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
Commit message (Expand)AuthorAgeFilesLines
...
* | bisect view: check for MinGW32 and MacOSX in addition to X11Johannes Schindelin2008-02-171-2/+2
|/
* bisect: use verbatim commit subject in the bisect logJohannes Schindelin2008-02-131-1/+1
* bisect: allow starting with a detached HEADJohannes Schindelin2008-02-111-2/+6
* git-bisect visualize: work in non-windowed environments betterJunio C Hamano2007-12-081-2/+17
* Merge branch 'cc/bisect'Junio C Hamano2007-11-241-14/+19
|\
| * Bisect reset: do nothing when not bisecting.Christian Couder2007-11-201-0/+4
| * Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Christian Couder2007-11-181-5/+2
| * Bisect visualize: use "for-each-ref" to list all good refs.Christian Couder2007-11-171-2/+2
| * git-bisect: modernize branch shuffling hackJunio C Hamano2007-11-161-3/+2
| * git-bisect: use update-ref to mark good/bad commitsJunio C Hamano2007-11-161-1/+1
| * git-bisect: war on "sed"Junio C Hamano2007-11-161-3/+2
| * Bisect reset: remove bisect refs that may have been packed.Christian Couder2007-11-161-1/+7
* | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-0/+1
|\ \ | |/ |/|
| * scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-061-0/+1
* | git-bisect.sh: Fix sed script to work with AIX and BSD sed.Ralf Wildenhues2007-11-091-1/+2
|/
* Bisect: add "skip" to the short usage string.Christian Couder2007-10-291-3/+3
* Bisect run: "skip" current commit if script exit code is 125.Christian Couder2007-10-261-1/+10
* Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Christian Couder2007-10-261-51/+31
* Bisect: refactor some logging into "bisect_write".Christian Couder2007-10-261-33/+14
* Bisect: refactor "bisect_write_*" functions.Christian Couder2007-10-261-26/+20
* Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder2007-10-261-6/+119
* Bisect: fix some white spaces and empty lines breakages.Christian Couder2007-10-261-9/+8
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-17/+17
* Bisect: simplify "bisect start" logging.Christian Couder2007-04-161-4/+1
* git-bisect: allow bisecting with only one bad commit.Junio C Hamano2007-04-061-34/+53
* git-bisect: modernizationJunio C Hamano2007-04-051-5/+4
* Bisect: teach "bisect start" to optionally use one bad and many good revs.Christian Couder2007-04-051-23/+82
* Bisect: Improve error message in "bisect_next_check".Christian Couder2007-03-291-7/+9
* Bisect: add checks at the beginning of "git bisect run".Christian Couder2007-03-271-0/+8
* Bisect: Use "git-show-ref --verify" when reseting.Christian Couder2007-03-251-1/+1
* git-bisect.sh: properly dq $GIT_DIRJunio C Hamano2007-03-231-1/+1
* git-bisect: typofixJunio C Hamano2007-03-231-1/+1
* Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder2007-03-231-3/+51
* Bisect: convert revs given to good and bad to commitsUwe Kleine-König2007-03-231-2/+2
* add replay and log to the usage string of git-bisectUwe Kleine-König2007-02-061-1/+1
* bisect: it needs to be done in a working tree.Junio C Hamano2007-02-051-0/+1
* Use "git checkout -q" in git-bisectJunio C Hamano2007-02-011-1/+1
* bisect reset: Leave the tree in usable state if git-checkout failedPetr Baudis2006-10-161-5/+6
* Using 'perl' in *.shMichal Rokos2006-07-081-1/+1
* Merge some proposed fixesJunio C Hamano2006-02-131-0/+1
|\
| * bisect: remove BISECT_NAMES after done.Junio C Hamano2006-02-131-0/+1
* | Properly git-bisect reset after bisecting from non-master headPetr Baudis2006-02-121-3/+14
|/
* Usage message clean-up, take #2Fredrik Kuivinen2005-12-141-13/+11
* Use printf rather than echo -n.Jason Riedy2005-12-061-1/+1
* bisect: quote pathnames for eval safety.Junio C Hamano2005-11-281-5/+20
* bisect: limit the searchspace by pathspecsLinus Torvalds2005-11-281-5/+5
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-251-1/+1
* Add git-symbolic-refJunio C Hamano2005-10-011-3/+4
* Do not fail after calling bisect_auto_next()Junio C Hamano2005-09-171-1/+1
* Keep bisection log so that it can be replayed later.Junio C Hamano2005-09-101-3/+47