summaryrefslogtreecommitdiff
path: root/t/t6030-bisect-porcelain.sh
AgeCommit message (Expand)Author
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder
2008-12-02bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder
2008-09-19Merge branch 'cc/bisect'Junio C Hamano
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-08-28bisect: only check merge bases when neededChristian Couder
2008-08-28bisect: test merge base if good rev is not an ancestor of bad revChristian Couder
2008-07-27t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder
2008-05-23bisect: use a detached HEAD to bisectChristian Couder
2008-05-23bisect: trap critical errors in "bisect_start"Christian Couder
2008-05-23bisect: fix left over "BISECT_START" file when starting with junk revChristian Couder
2008-05-23bisect: add test cases to check that "git bisect start" is atomicChristian Couder
2008-05-09bisect: print an error message when "git rev-list --bisect-vars" failsChristian Couder
2008-05-06git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder
2008-04-12Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-12bisect: fix bad rev checking in "git bisect good"Christian Couder
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureCarl Worth
2008-02-25Eliminate confusing "won't bisect on seeked tree" failureCarl Worth
2008-02-11bisect: allow starting with a detached HEADJohannes Schindelin
2007-11-20Bisect reset: do nothing when not bisecting.Christian Couder
2007-11-16Bisect reset: remove bisect refs that may have been packed.Christian Couder
2007-10-27Bisect run: "skip" current commit if script exit code is 125.Christian Couder
2007-10-27Bisect: add a "bisect replay" test case.Christian Couder
2007-10-27Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder
2007-06-07War on whitespaceJunio C Hamano
2007-04-24t6030: grab commit object name as we goJunio C Hamano
2007-04-17Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh".Christian Couder