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