summaryrefslogtreecommitdiffstats
path: root/t/t6030-bisect-porcelain.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones2021-04-301-0/+11
* Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano2021-03-191-0/+12
|\
| * bisect: peel annotated tags to commitsJeff King2021-03-171-0/+12
* | Merge branch 'js/params-vs-args'Junio C Hamano2021-02-261-2/+2
|\ \
| * | replace "parameters" by "arguments" in error messagesJohannes Sixt2021-02-231-2/+2
| |/
* | tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-111-2/+2
* | Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-5/+8
|\ \ | |/ |/|
| * t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-6/+6
| * tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
* | test: bisect-porcelain: fix location of filesFelipe Contreras2020-12-211-8/+8
|/
* Merge branch 'cc/bisect-start-fix'Junio C Hamano2020-10-041-0/+7
|\
| * bisect: don't use invalid oid as rev when startingChristian Couder2020-09-251-0/+7
* | bisect: introduce first-parent flagAaron Lipman2020-08-081-0/+18
* | t6030: modernize "git bisect run" testsAaron Lipman2020-08-081-48/+38
* | Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano2020-06-091-0/+2
|\ \
| * | bisect--helper: avoid segfault with bad syntax in `start --term-*`Carlo Marcelo Arenas Belón2020-05-241-0/+2
* | | Merge branch 'cw/bisect-replay-with-dos'Junio C Hamano2020-05-141-0/+7
|\ \ \
| * | | bisect: allow CRLF line endings in "git bisect replay" inputChristopher Warrington2020-05-081-0/+7
| | |/ | |/|
* / | t6030: use test_path_is_missing()Denton Liu2020-04-201-4/+4
|/ /
* | t6030: don't create unused fileRené Scharfe2019-12-181-1/+1
* | t6030: make test work with SHA-256brian m. carlson2019-07-011-15/+16
* | bisect: make diff-tree output prettierJeff King2019-02-281-3/+3
|/
* bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva2019-01-021-1/+1
* t6030: explicitly test for bisection cleanupPranit Bauva2017-10-061-0/+17
* don't use test_must_fail with grepPranit Bauva2017-01-071-1/+1
* Spelling fixesVille Skyttä2016-08-111-1/+1
* i18n: bisect: mark strings for translationVasco Almeida2016-06-181-11/+11
* t6030: update to use test_i18ncmpVasco Almeida2016-06-181-2/+2
* bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy2015-08-031-0/+77
* bisect: add 'git bisect terms' to view the current termsMatthieu Moy2015-08-031-0/+20
* bisect: add the terms old/newAntoine Delaite2015-08-031-0/+38
* bisect: correction of typoAntoine Delaite2015-06-231-1/+1
* t6030: use modern test_* helpersJeff King2015-03-201-60/+31
* bisect: add test to check that revs are properly parsedChristian Couder2014-12-291-0/+9
* 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-241-1/+1
* | branch: show more information when HEAD is detachedNguyễn Thái Ngọc Duy2013-03-171-1/+1
|/
* tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk2012-12-231-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-071-1/+1
|\
| * t/t6030-bisect-porcelain.sh: use test_i18ngrepÆvar Arnfjörð Bjarmason2011-11-061-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-311-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-051-0/+82
* | bisect: add tests to document expected behaviour in presence of broken trees.Jon Seymour2011-08-051-0/+48
|/
* bisect: move argument parsing before state modification.Jon Seymour2011-08-051-3/+11