summaryrefslogtreecommitdiff
path: root/git-bisect.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mr/bisect-in-c-4'Junio C Hamano2021-09-231-85/+2
|\
| * bisect--helper: reimplement `bisect_run` shell function in CTanushree Tumane2021-09-131-61/+1
| * bisect--helper: reimplement `bisect_visualize()` shell function in CPranit Bauva2021-09-131-24/+1
* | git-bisect: remove unused SHA-1 $x40 shell variableÆvar Arnfjörð Bjarmason2021-09-121-2/+0
|/
* bisect--helper: reimplement `bisect_skip` shell function in CPranit Bauva2021-02-031-16/+1
* bisect--helper: reimplement `bisect_replay` shell function in CPranit Bauva2021-02-031-33/+1
* bisect--helper: reimplement `bisect_log` shell function in CPranit Bauva2021-02-031-6/+1
* Merge branch 'mr/bisect-in-c-3'Junio C Hamano2020-11-091-75/+6
|\
| * bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in CPranit Bauva2020-10-161-51/+4
| * bisect--helper: finish porting `bisect_start()` to CPranit Bauva2020-10-161-24/+2
* | Merge branch 'mr/bisect-in-c-2'Junio C Hamano2020-10-041-65/+5
|\ \ | |/
| * bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva2020-09-241-43/+4
| * bisect--helper: reimplement `bisect_autostart` shell function in CPranit Bauva2020-09-241-23/+2
* | Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'Junio C Hamano2020-09-031-1/+1
|\ \
| * | bisect: swap command-line options in documentationHugo Locurcio2020-08-281-1/+1
| |/
* | Merge branch 'al/bisect-first-parent'Junio C Hamano2020-08-311-1/+1
|\ \ | |/ |/|
| * bisect: add first-parent option to documentationAaron Lipman2020-08-221-1/+1
* | Merge branch 'al/bisect-first-parent'Junio C Hamano2020-08-171-1/+1
|\ \ | |/
| * cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman2020-08-071-1/+1
* | bisect: treat BISECT_HEAD as a pseudo refHan-Wen Nienhuys2020-07-101-2/+2
|/
* bisect: avoid tailing CR characters from revision in replayCarlo Marcelo Arenas Belón2020-05-201-2/+2
* bisect: allow CRLF line endings in "git bisect replay" inputChristopher Warrington2020-05-081-0/+2
* bisect--helper: `bisect_start` shell function partially in CPranit Bauva2019-01-021-130/+2
* bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva2019-01-021-33/+2
* bisect--helper: `bisect_next_check` shell function in CPranit Bauva2019-01-021-56/+4
* bisect--helper: `check_and_set_terms` shell function in CPranit Bauva2019-01-021-32/+4
* bisect--helper: `bisect_write` shell function in CPranit Bauva2019-01-021-21/+4
* bisect--helper: `bisect_reset` shell function in CPranit Bauva2019-01-021-26/+2
* Merge branch 'sb/bisect-run-empty'Junio C Hamano2017-11-151-0/+2
|\
| * bisect run: die if no command is givensb/bisect-run-emptyStephan Beyer2017-11-131-0/+2
* | bisect: mention "view" as an alternative to "visualize"rd/bisect-view-is-visualizeRobert P. J. Day2017-11-131-2/+2
|/
* bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in Cpb/bisect-helperPranit Bauva2017-10-061-18/+2
* bisect--helper: `bisect_clean_state` shell function in CPranit Bauva2017-10-061-23/+3
* bisect--helper: `write_terms` shell function in CPranit Bauva2017-10-061-15/+7
* bisect--helper: rewrite `check_term_format` shell function in CPranit Bauva2017-10-061-29/+2
* i18n: unmark die messages for translationVasco Almeida2016-06-171-1/+1
* i18n: git-sh-setup.sh: mark strings for translationVasco Almeida2016-06-171-1/+0
* i18n: bisect: simplify error message for i18nVasco Almeida2016-06-171-2/+3
* bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy2015-08-031-1/+20
* bisect: add 'git bisect terms' to view the current termsMatthieu Moy2015-08-031-1/+38
* bisect: add the terms old/newAntoine Delaite2015-08-031-9/+17
* bisect: sanity check on termsMatthieu Moy2015-08-031-0/+33
* bisect: don't mix option parsing and non-trivial codead/bisect-cleanupMatthieu Moy2015-08-031-13/+17
* bisect: simplify the addition of new bisect termsAntoine Delaite2015-08-031-8/+71
* bisect: replace hardcoded "bad|good" by variablesAntoine Delaite2015-06-291-26/+31
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* bisect: parse revs before passing them to check_expected_revs()Christian Couder2014-12-291-4/+7
* grammofix in user-facing messagesah/grammofixAlex Henrie2014-09-021-2/+2
* git-bisect.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-1/+1
* git-bisect.sh: fix a few style issuesjn/bisect-coding-styleJacopo Notarstefano2014-03-031-4/+4