summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/bisect-run-empty'Junio C Hamano2017-11-151-0/+2
|\
| * bisect run: die if no command is givenStephan Beyer2017-11-131-0/+2
* | bisect: mention "view" as an alternative to "visualize"Robert P. J. Day2017-11-131-2/+2
|/
* bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in CPranit 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 codeMatthieu 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 messagesAlex 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 issuesJacopo Notarstefano2014-03-031-4/+4
* typofixes: fix misspelt commentsMasanari Iida2013-11-121-1/+1
* bisect: Fix log output for multi-parent skip rangesTorstein Hegge2013-05-221-2/+2
* bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge2013-04-231-0/+10
* bisect: Store first bad commit as comment in log fileTorstein Hegge2013-04-151-1/+7
* Merge branch 'js/bisect-no-checkout'Junio C Hamano2011-10-171-1/+2
|\
| * bisect: fix exiting when checkout failed in bisect_start()Christian Couder2011-09-211-1/+2
* | bisect: take advantage of gettextln, eval_gettextln.Jon Seymour2011-08-301-35/+14
|/
* bisect: add support for bisecting bare repositoriesJon Seymour2011-08-091-2/+6
* bisect: further style nitpicksJunio C Hamano2011-08-051-10/+8
* bisect: replace "; then" with "\n<tab>*then"Jon Seymour2011-08-051-9/+18
* bisect: cleanup whitespace errors in git-bisect.sh.Jon Seymour2011-08-051-134/+134
* bisect: introduce --no-checkout support into porcelain.Jon Seymour2011-08-041-11/+37
* bisect: use && to connect statements that are deferred with eval.Jon Seymour2011-08-041-2/+2
* bisect: move argument parsing before state modification.Jon Seymour2011-08-041-33/+33
* i18n: git-bisect bisect_next_check "You need to" messageÆvar Arnfjörð Bjarmason2011-05-211-9/+16
* i18n: git-bisect [Y/n] messagesÆvar Arnfjörð Bjarmason2011-05-211-2/+8
* i18n: git-bisect bisect_replay + $1 messagesÆvar Arnfjörð Bjarmason2011-05-211-3/+4
* i18n: git-bisect bisect_reset + $1 messagesÆvar Arnfjörð Bjarmason2011-05-211-2/+4
* i18n: git-bisect bisect_run + $@ messagesÆvar Arnfjörð Bjarmason2011-05-211-3/+7
* i18n: git-bisect die + eval_gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-6/+6
* i18n: git-bisect die + gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-8/+8
* i18n: git-bisect echo + eval_gettext messageÆvar Arnfjörð Bjarmason2011-05-211-2/+5
* i18n: git-bisect echo + gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-3/+12
* i18n: git-bisect gettext + echo messageÆvar Arnfjörð Bjarmason2011-05-211-2/+2
* i18n: git-bisect add git-sh-i18nÆvar Arnfjörð Bjarmason2011-05-211-0/+1
* bisect: visualize with git-log if gitk is unavailableJeff King2011-03-211-4/+6
* bisect: check for mandatory argument of 'bisect replay'SZEDER Gábor2010-10-131-0/+1
* bisect: improve error msg of 'bisect reset' when original HEAD is deletedSZEDER Gábor2010-10-131-1/+6