aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6030-bisect-porcelain.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano1-1/+1
2024-02-23fill_tree_descriptor(): mark error message for translationJohannes Schindelin1-1/+1
2024-01-02Merge branch 'ps/pseudo-refs'Junio C Hamano1-1/+1
2023-12-20Merge branch 'jk/bisect-reset-fix'Junio C Hamano1-0/+6
2023-12-14bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt1-1/+1
2023-12-09bisect: always clean on resetJeff King1-0/+6
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-12/+12
2023-01-22bisect: fix "reset" when branch is checked out elsewhereRubén Justo1-0/+23
2023-01-13bisect: no longer try to clean up left-over `.git/head-name` filesJohannes Schindelin1-1/+0
2023-01-13bisect run: fix the error messageJohannes Schindelin1-0/+10
2023-01-13bisect: verify that a bogus option won't try to start a bisectionJohannes Schindelin1-0/+10
2022-11-11bisect test: test exit codes on bad usageÆvar Arnfjörð Bjarmason1-0/+30
2022-11-11bisect-run: verify_good: account for non-negative exit statusĐoàn Trần Công Danh1-1/+1
2022-11-11bisect run: keep some of the post-v2.30.0 outputĐoàn Trần Công Danh1-8/+47
2022-11-11bisect: fix output regressions in v2.30.0Đoàn Trần Công Danh1-4/+4
2022-11-11bisect tests: test for v2.30.0 "bisect run" regressionsÆvar Arnfjörð Bjarmason1-0/+79
2022-11-11bisect--helper: parse subcommand with OPT_SUBCOMMANDĐoàn Trần Công Danh1-0/+10
2022-05-11bisect: output bisect setup status in bisect logChris Down1-0/+10
2022-05-11bisect: output state before we are ready to compute bisectionChris Down1-0/+18
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
2011-08-09bisect: add support for bisecting bare repositoriesJon Seymour1-0/+31
2011-08-04bisect: add tests for the --no-checkout option.Jon Seymour1-0/+82
2011-08-04bisect: add tests to document expected behaviour in presence of broken trees.Jon Seymour1-0/+48
2011-08-04bisect: move argument parsing before state modification.Jon Seymour1-3/+11
2010-11-09tests: add missing &&Jonathan Nieder1-4/+4
2010-03-01Merge branch 'cc/maint-bisect-paths'Junio C Hamano1-0/+5
2010-03-01bisect: error out when passing bad path parametersChristian Couder1-0/+5
2010-01-03Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina1-1/+1
2009-08-26git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi1-9/+9
2009-06-13bisect: use a PRNG with a bias when skipping away from untestable commitsChristian Couder1-2/+2
2009-06-06t6030: test skipping away from an already skipped commitChristian Couder1-0/+12
2009-05-17bisect: check ancestors without forking a "git rev-list" processChristian Couder1-12/+1
2009-04-05t6030: test bisecting with pathsChristian Couder1-0/+60
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano1-0/+25
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder1-0/+25
2008-12-02bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder1-1/+18
2008-09-18Merge branch 'cc/bisect'Junio C Hamano1-0/+114
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-2/+2
2008-08-27bisect: only check merge bases when neededChristian Couder1-0/+24
2008-08-27bisect: test merge base if good rev is not an ancestor of bad revChristian Couder1-0/+90
2008-07-27t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder1-1/+1
2008-05-22bisect: use a detached HEAD to bisectChristian Couder1-19/+19
2008-05-22bisect: trap critical errors in "bisect_start"Christian Couder1-6/+4
2008-05-22bisect: fix left over "BISECT_START" file when starting with junk revChristian Couder1-1/+1
2008-05-22bisect: add test cases to check that "git bisect start" is atomicChristian Couder1-0/+43
2008-05-08bisect: print an error message when "git rev-list --bisect-vars" failsChristian Couder1-0/+7
2008-05-05git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape1-0/+18
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+6
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder1-1/+6
2008-04-11Merge branch 'maint-1.5.4' into maintJunio C Hamano1-0/+13
2008-04-11bisect: fix bad rev checking in "git bisect good"Christian Couder1-0/+13
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King1-3/+3
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureCarl Worth1-1/+1
2008-02-24Eliminate confusing "won't bisect on seeked tree" failureCarl Worth1-1/+1
2008-02-11bisect: allow starting with a detached HEADJohannes Schindelin1-0/+12
2007-11-20Bisect reset: do nothing when not bisecting.Christian Couder1-1/+26
2007-11-16Bisect reset: remove bisect refs that may have been packed.Christian Couder1-0/+12
2007-10-26Bisect run: "skip" current commit if script exit code is 125.Christian Couder1-0/+40
2007-10-26Bisect: add a "bisect replay" test case.Christian Couder1-0/+7
2007-10-26Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder1-0/+71
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-04-23t6030: grab commit object name as we goJunio C Hamano1-7/+10
2007-04-16Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh".Christian Couder1-0/+102