summaryrefslogtreecommitdiff
path: root/t/t6030-bisect-porcelain.sh
AgeCommit message (Expand)Author
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-12-21test: bisect-porcelain: fix location of filesFelipe Contreras
2020-11-19t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-10-04Merge branch 'cc/bisect-start-fix'Junio C Hamano
2020-09-25bisect: don't use invalid oid as rev when startingChristian Couder
2020-08-07bisect: introduce first-parent flagAaron Lipman
2020-08-07t6030: modernize "git bisect run" testsAaron Lipman
2020-06-09Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano
2020-05-24bisect--helper: avoid segfault with bad syntax in `start --term-*`Carlo Marcelo Arenas Belón
2020-05-14Merge branch 'cw/bisect-replay-with-dos'Junio C Hamano
2020-05-08bisect: allow CRLF line endings in "git bisect replay" inputChristopher Warrington
2020-04-20t6030: use test_path_is_missing()Denton Liu
2019-12-18t6030: don't create unused fileRené Scharfe
2019-07-01t6030: make test work with SHA-256brian m. carlson
2019-02-28bisect: make diff-tree output prettierJeff King
2019-01-02bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva
2017-10-06t6030: explicitly test for bisection cleanupPranit Bauva
2017-01-07don't use test_must_fail with grepPranit Bauva
2016-08-11Spelling fixesVille Skyttä
2016-06-17i18n: bisect: mark strings for translationVasco Almeida
2016-06-17t6030: update to use test_i18ncmpVasco Almeida
2015-08-03bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy
2015-08-03bisect: add 'git bisect terms' to view the current termsMatthieu Moy
2015-08-03bisect: add the terms old/newAntoine Delaite
2015-06-23bisect: correction of typoAntoine Delaite
2015-03-20t6030: use modern test_* helpersJeff King
2014-12-29bisect: add test to check that revs are properly parsedChristian Couder
2013-04-23bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge
2013-04-15bisect: Store first bad commit as comment in log fileTorstein Hegge
2013-04-12Sync with 'maint'Junio C Hamano
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2013-03-24status, branch: fix the misleading "bisecting" messageNguyễn Thái Ngọc Duy
2013-03-17branch: show more information when HEAD is detachedNguyễn Thái Ngọc Duy
2012-12-23tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini
2011-11-07Merge branch 'ab/i18n-test-fix'Junio C Hamano
2011-11-06t/t6030-bisect-porcelain.sh: use test_i18ngrepÆvar Arnfjörð Bjarmason
2011-09-02Merge branch 'bc/bisect-test-use-shell-path'Junio C Hamano
2011-08-31t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare shBrandon Casey
2011-08-09bisect: add support for bisecting bare repositoriesJon Seymour
2011-08-04bisect: add tests for the --no-checkout option.Jon Seymour
2011-08-04bisect: add tests to document expected behaviour in presence of broken trees.Jon Seymour
2011-08-04bisect: move argument parsing before state modification.Jon Seymour
2010-11-09tests: add missing &&Jonathan Nieder
2010-03-01Merge branch 'cc/maint-bisect-paths'Junio C Hamano
2010-03-01bisect: error out when passing bad path parametersChristian Couder
2010-01-04Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina
2009-08-26git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi
2009-06-13bisect: use a PRNG with a bias when skipping away from untestable commitsChristian Couder