summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
AgeCommit message (Expand)AuthorLines
2021-09-23Merge branch 'mr/bisect-in-c-4'Junio C Hamano-85/+2
2021-09-13bisect--helper: reimplement `bisect_run` shell function in CTanushree Tumane-61/+1
2021-09-13bisect--helper: reimplement `bisect_visualize()` shell function in CPranit Bauva-24/+1
2021-09-12git-bisect: remove unused SHA-1 $x40 shell variableÆvar Arnfjörð Bjarmason-2/+0
2021-02-03bisect--helper: reimplement `bisect_skip` shell function in CPranit Bauva-16/+1
2021-02-03bisect--helper: reimplement `bisect_replay` shell function in CPranit Bauva-33/+1
2021-02-03bisect--helper: reimplement `bisect_log` shell function in CPranit Bauva-6/+1
2020-11-09Merge branch 'mr/bisect-in-c-3'Junio C Hamano-75/+6
2020-10-16bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in CPranit Bauva-51/+4
2020-10-16bisect--helper: finish porting `bisect_start()` to CPranit Bauva-24/+2
2020-10-04Merge branch 'mr/bisect-in-c-2'Junio C Hamano-65/+5
2020-09-24bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva-43/+4
2020-09-24bisect--helper: reimplement `bisect_autostart` shell function in CPranit Bauva-23/+2
2020-09-03Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'Junio C Hamano-1/+1
2020-08-31Merge branch 'al/bisect-first-parent'Junio C Hamano-1/+1
2020-08-28bisect: swap command-line options in documentationHugo Locurcio-1/+1
2020-08-22bisect: add first-parent option to documentationAaron Lipman-1/+1
2020-08-17Merge branch 'al/bisect-first-parent'Junio C Hamano-1/+1
2020-08-07cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman-1/+1
2020-07-10bisect: treat BISECT_HEAD as a pseudo refHan-Wen Nienhuys-2/+2
2020-05-20bisect: avoid tailing CR characters from revision in replayCarlo Marcelo Arenas Belón-2/+2
2020-05-08bisect: allow CRLF line endings in "git bisect replay" inputChristopher Warrington-0/+2
2019-01-02bisect--helper: `bisect_start` shell function partially in CPranit Bauva-130/+2
2019-01-02bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva-33/+2
2019-01-02bisect--helper: `bisect_next_check` shell function in CPranit Bauva-56/+4
2019-01-02bisect--helper: `check_and_set_terms` shell function in CPranit Bauva-32/+4
2019-01-02bisect--helper: `bisect_write` shell function in CPranit Bauva-21/+4
2019-01-02bisect--helper: `bisect_reset` shell function in CPranit Bauva-26/+2
2017-11-15Merge branch 'sb/bisect-run-empty'Junio C Hamano-0/+2
2017-11-13bisect run: die if no command is givenStephan Beyer-0/+2
2017-11-13bisect: mention "view" as an alternative to "visualize"Robert P. J. Day-2/+2
2017-10-06bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in CPranit Bauva-18/+2
2017-10-06bisect--helper: `bisect_clean_state` shell function in CPranit Bauva-23/+3
2017-10-06bisect--helper: `write_terms` shell function in CPranit Bauva-15/+7
2017-10-06bisect--helper: rewrite `check_term_format` shell function in CPranit Bauva-29/+2
2016-06-17i18n: unmark die messages for translationVasco Almeida-1/+1
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida-1/+0
2016-06-17i18n: bisect: simplify error message for i18nVasco Almeida-2/+3
2015-08-03bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy-1/+20
2015-08-03bisect: add 'git bisect terms' to view the current termsMatthieu Moy-1/+38
2015-08-03bisect: add the terms old/newAntoine Delaite-9/+17
2015-08-03bisect: sanity check on termsMatthieu Moy-0/+33
2015-08-03bisect: don't mix option parsing and non-trivial codeMatthieu Moy-13/+17
2015-08-03bisect: simplify the addition of new bisect termsAntoine Delaite-8/+71
2015-06-29bisect: replace hardcoded "bad|good" by variablesAntoine Delaite-26/+31
2015-01-14standardize usage info string formatAlex Henrie-1/+1
2014-12-29bisect: parse revs before passing them to check_expected_revs()Christian Couder-4/+7
2014-09-02grammofix in user-facing messagesAlex Henrie-2/+2
2014-06-09git-bisect.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto-1/+1
2014-03-03git-bisect.sh: fix a few style issuesJacopo Notarstefano-4/+4