summaryrefslogtreecommitdiff
path: root/t/t6030-bisect-porcelain.sh
Commit message (Expand)AuthorAgeFilesLines
* bisect: fix "reset" when branch is checked out elsewhereRubén Justo2023-01-221-0/+23
* bisect: no longer try to clean up left-over `.git/head-name` filesJohannes Schindelin2023-01-131-1/+0
* bisect run: fix the error messageJohannes Schindelin2023-01-131-0/+10
* bisect: verify that a bogus option won't try to start a bisectionJohannes Schindelin2023-01-131-0/+10
* bisect test: test exit codes on bad usageÆvar Arnfjörð Bjarmason2022-11-111-0/+30
* bisect-run: verify_good: account for non-negative exit statusĐoàn Trần Công Danh2022-11-111-1/+1
* bisect run: keep some of the post-v2.30.0 outputĐoàn Trần Công Danh2022-11-111-8/+47
* bisect: fix output regressions in v2.30.0Đoàn Trần Công Danh2022-11-111-4/+4
* bisect tests: test for v2.30.0 "bisect run" regressionsÆvar Arnfjörð Bjarmason2022-11-111-0/+79
* bisect--helper: parse subcommand with OPT_SUBCOMMANDĐoàn Trần Công Danh2022-11-111-0/+10
* bisect: output bisect setup status in bisect logChris Down2022-05-111-0/+10
* bisect: output state before we are ready to compute bisectionChris Down2022-05-111-0/+18
* bisect--helper: double-check run command on exit code 126 and 127René Scharfe2022-01-191-2/+2
* bisect: document run behavior with exit codes 126 and 127René Scharfe2022-01-181-0/+45
* t6030-bisect-porcelain: add test for bisect visualizeMiriam Rubio2021-09-131-0/+7
* t6030-bisect-porcelain: add tests to control bisect run exit casesMiriam Rubio2021-09-131-0/+11
* 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-251-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-101-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-191-6/+6
| * tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-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-071-0/+18
* | t6030: modernize "git bisect run" testsAaron Lipman2020-08-071-48/+38
* | Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano2020-06-081-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-03-011-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 fixesvs/typofixVille Skyttä2016-08-111-1/+1
* i18n: bisect: mark strings for translationVasco Almeida2016-06-171-11/+11
* t6030: update to use test_i18ncmpVasco Almeida2016-06-171-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 parsedcc/bisect-rev-parsingChristian Couder2014-12-291-0/+9