summaryrefslogtreecommitdiff
path: root/git-bisect.sh
AgeCommit message (Expand)Author
2020-11-09Merge branch 'mr/bisect-in-c-3'Junio C Hamano
2020-10-16bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in CPranit Bauva
2020-10-16bisect--helper: finish porting `bisect_start()` to CPranit Bauva
2020-10-04Merge branch 'mr/bisect-in-c-2'Junio C Hamano
2020-09-24bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva
2020-09-24bisect--helper: reimplement `bisect_autostart` shell function in CPranit Bauva
2020-09-03Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'Junio C Hamano
2020-08-31Merge branch 'al/bisect-first-parent'Junio C Hamano
2020-08-28bisect: swap command-line options in documentationHugo Locurcio
2020-08-22bisect: add first-parent option to documentationAaron Lipman
2020-08-18Merge branch 'al/bisect-first-parent'Junio C Hamano
2020-08-07cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman
2020-07-10bisect: treat BISECT_HEAD as a pseudo refHan-Wen Nienhuys
2020-05-20bisect: avoid tailing CR characters from revision in replayCarlo Marcelo Arenas Belón
2020-05-08bisect: allow CRLF line endings in "git bisect replay" inputChristopher Warrington
2019-01-02bisect--helper: `bisect_start` shell function partially in CPranit Bauva
2019-01-02bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva
2019-01-02bisect--helper: `bisect_next_check` shell function in CPranit Bauva
2019-01-02bisect--helper: `check_and_set_terms` shell function in CPranit Bauva
2019-01-02bisect--helper: `bisect_write` shell function in CPranit Bauva
2019-01-02bisect--helper: `bisect_reset` shell function in CPranit Bauva
2017-11-15Merge branch 'sb/bisect-run-empty'Junio C Hamano
2017-11-13bisect run: die if no command is givenStephan Beyer
2017-11-13bisect: mention "view" as an alternative to "visualize"Robert P. J. Day
2017-10-06bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in CPranit Bauva
2017-10-06bisect--helper: `bisect_clean_state` shell function in CPranit Bauva
2017-10-06bisect--helper: `write_terms` shell function in CPranit Bauva
2017-10-06bisect--helper: rewrite `check_term_format` shell function in CPranit Bauva
2016-06-17i18n: unmark die messages for translationVasco Almeida
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida
2016-06-17i18n: bisect: simplify error message for i18nVasco Almeida
2015-08-03bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy
2015-08-03bisect: add 'git bisect terms' to view the current termsMatthieu Moy
2015-08-03bisect: add the terms old/newAntoine Delaite
2015-08-03bisect: sanity check on termsMatthieu Moy
2015-08-03bisect: don't mix option parsing and non-trivial codeMatthieu Moy
2015-08-03bisect: simplify the addition of new bisect termsAntoine Delaite
2015-06-29bisect: replace hardcoded "bad|good" by variablesAntoine Delaite
2015-01-14standardize usage info string formatAlex Henrie
2014-12-29bisect: parse revs before passing them to check_expected_revs()Christian Couder
2014-09-02grammofix in user-facing messagesAlex Henrie
2014-06-09git-bisect.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-03-04git-bisect.sh: fix a few style issuesJacopo Notarstefano
2013-11-12typofixes: fix misspelt commentsMasanari Iida
2013-05-22bisect: Fix log output for multi-parent skip rangesTorstein Hegge
2013-04-23bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge
2013-04-15bisect: Store first bad commit as comment in log fileTorstein Hegge
2011-10-18Merge branch 'js/bisect-no-checkout'Junio C Hamano
2011-09-21bisect: fix exiting when checkout failed in bisect_start()Christian Couder
2011-08-30bisect: take advantage of gettextln, eval_gettextln.Jon Seymour