aboutsummaryrefslogtreecommitdiff
path: root/git-bisect.sh
Commit message (Expand)AuthorAge
* 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
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-25
* Add git-symbolic-refJunio C Hamano2005-10-01
* Do not fail after calling bisect_auto_next()Junio C Hamano2005-09-17
* Keep bisection log so that it can be replayed later.Junio C Hamano2005-09-10
* Big tool rename.Junio C Hamano2005-09-07