aboutsummaryrefslogtreecommitdiff
path: root/git-bisect.sh
Commit message (Expand)AuthorAge
* Merge branch 'sb/bisect-run-empty'Junio C Hamano2017-11-15
|\
| * bisect run: die if no command is givenStephan Beyer2017-11-13
* | bisect: mention "view" as an alternative to "visualize"Robert P. J. Day2017-11-13
|/
* bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in CPranit Bauva2017-10-06
* bisect--helper: `bisect_clean_state` shell function in CPranit Bauva2017-10-06
* bisect--helper: `write_terms` shell function in CPranit Bauva2017-10-06
* bisect--helper: rewrite `check_term_format` shell function in CPranit Bauva2017-10-06
* i18n: unmark die messages for translationVasco Almeida2016-06-17
* i18n: git-sh-setup.sh: mark strings for translationVasco Almeida2016-06-17
* i18n: bisect: simplify error message for i18nVasco Almeida2016-06-17
* bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy2015-08-03
* bisect: add 'git bisect terms' to view the current termsMatthieu Moy2015-08-03
* bisect: add the terms old/newAntoine Delaite2015-08-03
* bisect: sanity check on termsMatthieu Moy2015-08-03
* bisect: don't mix option parsing and non-trivial codeMatthieu Moy2015-08-03
* bisect: simplify the addition of new bisect termsAntoine Delaite2015-08-03
* bisect: replace hardcoded "bad|good" by variablesAntoine Delaite2015-06-29
* standardize usage info string formatAlex Henrie2015-01-14
* bisect: parse revs before passing them to check_expected_revs()Christian Couder2014-12-29
* grammofix in user-facing messagesAlex Henrie2014-09-02
* git-bisect.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-09
* git-bisect.sh: fix a few style issuesJacopo Notarstefano2014-03-03
* typofixes: fix misspelt commentsMasanari Iida2013-11-12
* bisect: Fix log output for multi-parent skip rangesTorstein Hegge2013-05-22
* bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge2013-04-23
* bisect: Store first bad commit as comment in log fileTorstein Hegge2013-04-15
* Merge branch 'js/bisect-no-checkout'Junio C Hamano2011-10-17
|\
| * bisect: fix exiting when checkout failed in bisect_start()Christian Couder2011-09-21
* | bisect: take advantage of gettextln, eval_gettextln.Jon Seymour2011-08-30
|/
* bisect: add support for bisecting bare repositoriesJon Seymour2011-08-09
* bisect: further style nitpicksJunio C Hamano2011-08-05
* bisect: replace "; then" with "\n<tab>*then"Jon Seymour2011-08-05
* bisect: cleanup whitespace errors in git-bisect.sh.Jon Seymour2011-08-05
* bisect: introduce --no-checkout support into porcelain.Jon Seymour2011-08-04
* bisect: use && to connect statements that are deferred with eval.Jon Seymour2011-08-04
* bisect: move argument parsing before state modification.Jon Seymour2011-08-04
* i18n: git-bisect bisect_next_check "You need to" messageÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect [Y/n] messagesÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect bisect_replay + $1 messagesÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect bisect_reset + $1 messagesÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect bisect_run + $@ messagesÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect die + eval_gettext messagesÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect die + gettext messagesÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect echo + eval_gettext messageÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect echo + gettext messagesÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect gettext + echo messageÆvar Arnfjörð Bjarmason2011-05-21
* i18n: git-bisect add git-sh-i18nÆvar Arnfjörð Bjarmason2011-05-21
* bisect: visualize with git-log if gitk is unavailableJeff King2011-03-21
* bisect: check for mandatory argument of 'bisect replay'SZEDER Gábor2010-10-13
* bisect: improve error msg of 'bisect reset' when original HEAD is deletedSZEDER Gábor2010-10-13