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