summaryrefslogtreecommitdiff
path: root/t/t6030-bisect-porcelain.sh
AgeCommit message (Expand)AuthorFilesLines
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandLibravatar Ramsay Jones1-0/+11
2021-03-19Merge branch 'jk/bisect-peel-tag-fix'Libravatar Junio C Hamano1-0/+12
2021-03-17bisect: peel annotated tags to commitsLibravatar Jeff King1-0/+12
2021-02-25Merge branch 'js/params-vs-args'Libravatar Junio C Hamano1-2/+2
2021-02-23replace "parameters" by "arguments" in error messagesLibravatar Johannes Sixt1-2/+2
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Libravatar Junio C Hamano1-5/+8
2020-12-21test: bisect-porcelain: fix location of filesLibravatar Felipe Contreras1-8/+8
2020-11-19t6[0-3]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-6/+6
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-10-04Merge branch 'cc/bisect-start-fix'Libravatar Junio C Hamano1-0/+7
2020-09-25bisect: don't use invalid oid as rev when startingLibravatar Christian Couder1-0/+7
2020-08-07bisect: introduce first-parent flagLibravatar Aaron Lipman1-0/+18
2020-08-07t6030: modernize "git bisect run" testsLibravatar Aaron Lipman1-48/+38
2020-06-08Merge branch 'cb/bisect-helper-parser-fix'Libravatar Junio C Hamano1-0/+2
2020-05-24bisect--helper: avoid segfault with bad syntax in `start --term-*`Libravatar Carlo Marcelo Arenas Belón1-0/+2
2020-05-14Merge branch 'cw/bisect-replay-with-dos'Libravatar Junio C Hamano1-0/+7
2020-05-08bisect: allow CRLF line endings in "git bisect replay" inputLibravatar Christopher Warrington1-0/+7
2020-04-20t6030: use test_path_is_missing()Libravatar Denton Liu1-4/+4
2019-12-18t6030: don't create unused fileLibravatar René Scharfe1-1/+1
2019-07-01t6030: make test work with SHA-256Libravatar brian m. carlson1-15/+16
2019-03-01bisect: make diff-tree output prettierLibravatar Jeff King1-3/+3
2019-01-02bisect--helper: `get_terms` & `bisect_terms` shell function in CLibravatar Pranit Bauva1-1/+1
2017-10-06t6030: explicitly test for bisection cleanupLibravatar Pranit Bauva1-0/+17
2017-01-07don't use test_must_fail with grepLibravatar Pranit Bauva1-1/+1
2016-08-11Spelling fixesLibravatar Ville Skyttä1-1/+1
2016-06-17i18n: bisect: mark strings for translationLibravatar Vasco Almeida1-11/+11
2016-06-17t6030: update to use test_i18ncmpLibravatar Vasco Almeida1-2/+2
2015-08-03bisect: allow setting any user-specified in 'git bisect start'Libravatar Matthieu Moy1-0/+77
2015-08-03bisect: add 'git bisect terms' to view the current termsLibravatar Matthieu Moy1-0/+20
2015-08-03bisect: add the terms old/newLibravatar Antoine Delaite1-0/+38
2015-06-23bisect: correction of typoLibravatar Antoine Delaite1-1/+1
2015-03-20t6030: use modern test_* helpersLibravatar Jeff King1-60/+31
2014-12-29bisect: add test to check that revs are properly parsedLibravatar Christian Couder1-0/+9
2013-04-23bisect: Log possibly bad, skipped commits at bisection endLibravatar Torstein Hegge1-0/+20
2013-04-15bisect: Store first bad commit as comment in log fileLibravatar Torstein Hegge1-0/+18
2013-04-12Sync with 'maint'Libravatar Junio C Hamano1-1/+1
2013-04-12Correct common spelling mistakes in comments and testsLibravatar Stefano Lattarini1-1/+1
2013-03-23status, branch: fix the misleading "bisecting" messageLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-03-16branch: show more information when HEAD is detachedLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2012-12-22tests: move test_cmp_rev to test-lib-functionsLibravatar Martin von Zweigbergk1-3/+1
2012-04-11tests: modernise style: more uses of test_line_countLibravatar Stefano Lattarini1-1/+1
2011-11-06Merge branch 'ab/i18n-test-fix'Libravatar Junio C Hamano1-1/+1
2011-11-05t/t6030-bisect-porcelain.sh: use test_i18ngrepLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2011-09-02Merge branch 'bc/bisect-test-use-shell-path'Libravatar Junio C Hamano1-1/+1
2011-08-30t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare shLibravatar Brandon Casey1-1/+1
2011-08-09bisect: add support for bisecting bare repositoriesLibravatar Jon Seymour1-0/+31
2011-08-04bisect: add tests for the --no-checkout option.Libravatar Jon Seymour1-0/+82
2011-08-04bisect: add tests to document expected behaviour in presence of broken trees.Libravatar Jon Seymour1-0/+48
2011-08-04bisect: move argument parsing before state modification.Libravatar Jon Seymour1-3/+11