summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
AgeCommit message (Expand)AuthorLines
2007-04-16Bisect: simplify "bisect start" logging.Christian Couder-4/+1
2007-04-06git-bisect: allow bisecting with only one bad commit.Junio C Hamano-34/+53
2007-04-05git-bisect: modernizationJunio C Hamano-5/+4
2007-04-05Bisect: teach "bisect start" to optionally use one bad and many good revs.Christian Couder-23/+82
2007-03-29Bisect: Improve error message in "bisect_next_check".Christian Couder-7/+9
2007-03-27Bisect: add checks at the beginning of "git bisect run".Christian Couder-0/+8
2007-03-25Bisect: Use "git-show-ref --verify" when reseting.Christian Couder-1/+1
2007-03-23git-bisect.sh: properly dq $GIT_DIRJunio C Hamano-1/+1
2007-03-23git-bisect: typofixJunio C Hamano-1/+1
2007-03-23Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder-3/+51
2007-03-23Bisect: convert revs given to good and bad to commitsUwe Kleine-König-2/+2
2007-02-06add replay and log to the usage string of git-bisectUwe Kleine-König-1/+1
2007-02-05bisect: it needs to be done in a working tree.Junio C Hamano-0/+1
2007-02-01Use "git checkout -q" in git-bisectJunio C Hamano-1/+1
2006-10-16bisect reset: Leave the tree in usable state if git-checkout failedPetr Baudis-5/+6
2006-07-08Using 'perl' in *.shMichal Rokos-1/+1
2006-02-13Merge some proposed fixesJunio C Hamano-0/+1
2006-02-13bisect: remove BISECT_NAMES after done.Junio C Hamano-0/+1
2006-02-12Properly git-bisect reset after bisecting from non-master headPetr Baudis-3/+14
2005-12-14Usage message clean-up, take #2Fredrik Kuivinen-13/+11
2005-12-06Use printf rather than echo -n.Jason Riedy-1/+1
2005-11-28bisect: quote pathnames for eval safety.Junio C Hamano-5/+20
2005-11-28bisect: limit the searchspace by pathspecsLinus Torvalds-5/+5
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano-1/+1
2005-10-01Add git-symbolic-refJunio C Hamano-3/+4
2005-09-17Do not fail after calling bisect_auto_next()Junio C Hamano-1/+1
2005-09-10Keep bisection log so that it can be replayed later.Junio C Hamano-3/+47
2005-09-07Big tool rename.Junio C Hamano-0/+178