summary refs log tree commit diff
path: root/t/t6030-bisect-porcelain.sh
AgeCommit message (Expand)AuthorFilesLines
2022-01-19bisect--helper: double-check run command on exit code 126 and 127René Scharfe1-2/+2
2022-01-18bisect: document run behavior with exit codes 126 and 127René Scharfe1-0/+45
2021-09-13t6030-bisect-porcelain: add test for bisect visualizeMiriam Rubio1-0/+7
2021-09-13t6030-bisect-porcelain: add tests to control bisect run exit casesMiriam Rubio1-0/+11
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones1-0/+11
2021-03-19Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano1-0/+12
2021-03-17bisect: peel annotated tags to commitsJeff King1-0/+12
2021-02-25Merge branch 'js/params-vs-args'Junio C Hamano1-2/+2
2021-02-23replace "parameters" by "arguments" in error messagesJohannes Sixt1-2/+2
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-2/+2
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-5/+8
2020-12-21test: bisect-porcelain: fix location of filesFelipe Contreras1-8/+8
2020-11-19t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin1-6/+6
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-10-04Merge branch 'cc/bisect-start-fix'Junio C Hamano1-0/+7
2020-09-25bisect: don't use invalid oid as rev when startingChristian Couder1-0/+7
2020-08-07bisect: introduce first-parent flagAaron Lipman1-0/+18
2020-08-07t6030: modernize "git bisect run" testsAaron Lipman1-48/+38
2020-06-08Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano1-0/+2
2020-05-24bisect--helper: avoid segfault with bad syntax in `start --term-*`Carlo Marcelo Arenas Belón1-0/+2
2020-05-14Merge branch 'cw/bisect-replay-with-dos'Junio C Hamano1-0/+7
2020-05-08bisect: allow CRLF line endings in "git bisect replay" inputChristopher Warrington1-0/+7
2020-04-20t6030: use test_path_is_missing()Denton Liu1-4/+4
2019-12-18t6030: don't create unused fileRené Scharfe1-1/+1
2019-07-01t6030: make test work with SHA-256brian m. carlson1-15/+16
2019-03-01bisect: make diff-tree output prettierJeff King1-3/+3
2019-01-02bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva1-1/+1
2017-10-06t6030: explicitly test for bisection cleanupPranit Bauva1-0/+17
2017-01-07don't use test_must_fail with grepPranit Bauva1-1/+1
2016-08-11Spelling fixesVille Skyttä1-1/+1
2016-06-17i18n: bisect: mark strings for translationVasco Almeida1-11/+11
2016-06-17t6030: update to use test_i18ncmpVasco Almeida1-2/+2
2015-08-03bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy1-0/+77
2015-08-03bisect: add 'git bisect terms' to view the current termsMatthieu Moy1-0/+20
2015-08-03bisect: add the terms old/newAntoine Delaite1-0/+38
2015-06-23bisect: correction of typoAntoine Delaite1-1/+1
2015-03-20t6030: use modern test_* helpersJeff King1-60/+31
2014-12-29bisect: add test to check that revs are properly parsedChristian Couder1-0/+9
2013-04-23bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge1-0/+20
2013-04-15bisect: Store first bad commit as comment in log fileTorstein Hegge1-0/+18
2013-04-12Sync with 'maint'Junio C Hamano1-1/+1
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2013-03-23status, branch: fix the misleading "bisecting" messageNguyễn Thái Ngọc Duy1-1/+1
2013-03-16branch: show more information when HEAD is detachedNguyễn Thái Ngọc Duy1-1/+1
2012-12-22tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk1-3/+1
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini1-1/+1
2011-11-06Merge branch 'ab/i18n-test-fix'Junio C Hamano1-1/+1
2011-11-05t/t6030-bisect-porcelain.sh: use test_i18ngrepÆvar Arnfjörð Bjarmason1-1/+1
2011-09-02Merge branch 'bc/bisect-test-use-shell-path'Junio C Hamano1-1/+1
2011-08-30t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare shBrandon Casey1-1/+1