summaryrefslogtreecommitdiff
path: root/t/t6030-bisect-porcelain.sh
Commit message (Expand)AuthorAgeFilesLines
* bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge2013-04-231-0/+20
* bisect: Store first bad commit as comment in log fileTorstein Hegge2013-04-151-0/+18
* Sync with 'maint'Junio C Hamano2013-04-121-1/+1
|\
| * Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* | status, branch: fix the misleading "bisecting" messageNguyễn Thái Ngọc Duy2013-03-231-1/+1
* | branch: show more information when HEAD is detachedNguyễn Thái Ngọc Duy2013-03-161-1/+1
|/
* tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk2012-12-221-3/+1
* tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-111-1/+1
* Merge branch 'ab/i18n-test-fix'Junio C Hamano2011-11-061-1/+1
|\
| * t/t6030-bisect-porcelain.sh: use test_i18ngrepÆvar Arnfjörð Bjarmason2011-11-051-1/+1
* | Merge branch 'bc/bisect-test-use-shell-path'Junio C Hamano2011-09-021-1/+1
|\ \
| * | t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare shBrandon Casey2011-08-301-1/+1
* | | bisect: add support for bisecting bare repositoriesJon Seymour2011-08-091-0/+31
|/ /
* | bisect: add tests for the --no-checkout option.Jon Seymour2011-08-041-0/+82
* | bisect: add tests to document expected behaviour in presence of broken trees.Jon Seymour2011-08-041-0/+48
|/
* bisect: move argument parsing before state modification.Jon Seymour2011-08-041-3/+11
* tests: add missing &&Jonathan Nieder2010-11-091-4/+4
* Merge branch 'cc/maint-bisect-paths'Junio C Hamano2010-03-011-0/+5
|\
| * bisect: error out when passing bad path parametersChristian Couder2010-03-011-0/+5
* | Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina2010-01-031-1/+1
|/
* git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi2009-08-261-9/+9
* bisect: use a PRNG with a bias when skipping away from untestable commitsChristian Couder2009-06-131-2/+2
* t6030: test skipping away from an already skipped commitChristian Couder2009-06-061-0/+12
* bisect: check ancestors without forking a "git rev-list" processChristian Couder2009-05-171-12/+1
* t6030: test bisecting with pathsChristian Couder2009-04-051-0/+60
* Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-271-0/+25
|\
| * bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2009-02-271-0/+25
* | bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder2008-12-021-1/+18
* | Merge branch 'cc/bisect'Junio C Hamano2008-09-181-0/+114
|\ \ | |/ |/|
| * bisect: only check merge bases when neededChristian Couder2008-08-271-0/+24
| * bisect: test merge base if good rev is not an ancestor of bad revChristian Couder2008-08-271-0/+90
* | tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-031-2/+2
|/
* t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder2008-07-271-1/+1
* bisect: use a detached HEAD to bisectChristian Couder2008-05-221-19/+19
* bisect: trap critical errors in "bisect_start"Christian Couder2008-05-221-6/+4
* bisect: fix left over "BISECT_START" file when starting with junk revChristian Couder2008-05-221-1/+1
* bisect: add test cases to check that "git bisect start" is atomicChristian Couder2008-05-221-0/+43
* bisect: print an error message when "git rev-list --bisect-vars" failsChristian Couder2008-05-081-0/+7
* git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape2008-05-051-0/+18
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-161-1/+6
|\
| * git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder2008-04-161-1/+6
* | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-111-0/+13
|\ \ | |/
| * bisect: fix bad rev checking in "git bisect good"Christian Couder2008-04-111-0/+13
| * Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-271-1/+1
* | remove use of "tail -n 1" and "tail -1"Jeff King2008-03-131-3/+3
* | Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-241-1/+1
|/
* bisect: allow starting with a detached HEADJohannes Schindelin2008-02-111-0/+12
* Bisect reset: do nothing when not bisecting.Christian Couder2007-11-201-1/+26
* Bisect reset: remove bisect refs that may have been packed.Christian Couder2007-11-161-0/+12
* Bisect run: "skip" current commit if script exit code is 125.Christian Couder2007-10-261-0/+40