summaryrefslogtreecommitdiff
path: root/git-bisect.sh
AgeCommit message (Expand)Author
2008-03-13tr portability fixesJeff King
2008-02-25Eliminate confusing "won't bisect on seeked tree" failureCarl Worth
2008-02-18bisect view: check for MinGW32 and MacOSX in addition to X11Johannes Schindelin
2008-02-13bisect: use verbatim commit subject in the bisect logJohannes Schindelin
2008-02-11bisect: allow starting with a detached HEADJohannes Schindelin
2007-12-08git-bisect visualize: work in non-windowed environments betterJunio C Hamano
2007-11-25Merge branch 'cc/bisect'Junio C Hamano
2007-11-20Bisect reset: do nothing when not bisecting.Christian Couder
2007-11-19Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Christian Couder
2007-11-18Merge branch 'ph/parseopt-sh'Junio C Hamano
2007-11-17Bisect visualize: use "for-each-ref" to list all good refs.Christian Couder
2007-11-16git-bisect: modernize branch shuffling hackJunio C Hamano
2007-11-16git-bisect: use update-ref to mark good/bad commitsJunio C Hamano
2007-11-16git-bisect: war on "sed"Junio C Hamano
2007-11-16Bisect reset: remove bisect refs that may have been packed.Christian Couder
2007-11-09git-bisect.sh: Fix sed script to work with AIX and BSD sed.Ralf Wildenhues
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano
2007-10-29Bisect: add "skip" to the short usage string.Christian Couder
2007-10-27Bisect run: "skip" current commit if script exit code is 125.Christian Couder
2007-10-27Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Christian Couder
2007-10-27Bisect: refactor some logging into "bisect_write".Christian Couder
2007-10-27Bisect: refactor "bisect_write_*" functions.Christian Couder
2007-10-27Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder
2007-10-27Bisect: fix some white spaces and empty lines breakages.Christian Couder
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-04-17Bisect: simplify "bisect start" logging.Christian Couder
2007-04-07git-bisect: allow bisecting with only one bad commit.Junio C Hamano
2007-04-06git-bisect: modernizationJunio C Hamano
2007-04-05Bisect: teach "bisect start" to optionally use one bad and many good revs.Christian Couder
2007-03-30Bisect: Improve error message in "bisect_next_check".Christian Couder
2007-03-27Bisect: add checks at the beginning of "git bisect run".Christian Couder
2007-03-26Bisect: Use "git-show-ref --verify" when reseting.Christian Couder
2007-03-23git-bisect.sh: properly dq $GIT_DIRJunio C Hamano
2007-03-23git-bisect: typofixJunio C Hamano
2007-03-23Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder
2007-03-23Bisect: convert revs given to good and bad to commitsUwe Kleine-König
2007-02-06add replay and log to the usage string of git-bisectUwe Kleine-König
2007-02-05bisect: it needs to be done in a working tree.Junio C Hamano
2007-02-02Use "git checkout -q" in git-bisectJunio C Hamano
2006-10-17bisect reset: Leave the tree in usable state if git-checkout failedPetr Baudis
2006-07-08Using 'perl' in *.shMichal Rokos
2006-02-14Merge some proposed fixesJunio C Hamano
2006-02-14bisect: remove BISECT_NAMES after done.Junio C Hamano
2006-02-12Properly git-bisect reset after bisecting from non-master headPetr Baudis
2005-12-14Usage message clean-up, take #2Fredrik Kuivinen
2005-12-07Use printf rather than echo -n.Jason Riedy
2005-11-29bisect: quote pathnames for eval safety.Junio C Hamano
2005-11-29bisect: limit the searchspace by pathspecsLinus Torvalds
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-10-02Add git-symbolic-refJunio C Hamano