| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sb/bisect-run-empty' | Junio C Hamano | 2017-11-15 | 1 | -0/+2 |
|\ |
|
| * | bisect run: die if no command is givensb/bisect-run-empty | Stephan Beyer | 2017-11-13 | 1 | -0/+2 |
* | | bisect: mention "view" as an alternative to "visualize"rd/bisect-view-is-visualize | Robert P. J. Day | 2017-11-13 | 1 | -2/+2 |
|/ |
|
* | bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in Cpb/bisect-helper | Pranit Bauva | 2017-10-06 | 1 | -18/+2 |
* | bisect--helper: `bisect_clean_state` shell function in C | Pranit Bauva | 2017-10-06 | 1 | -23/+3 |
* | bisect--helper: `write_terms` shell function in C | Pranit Bauva | 2017-10-06 | 1 | -15/+7 |
* | bisect--helper: rewrite `check_term_format` shell function in C | Pranit Bauva | 2017-10-06 | 1 | -29/+2 |
* | i18n: unmark die messages for translation | Vasco Almeida | 2016-06-17 | 1 | -1/+1 |
* | i18n: git-sh-setup.sh: mark strings for translation | Vasco Almeida | 2016-06-17 | 1 | -1/+0 |
* | i18n: bisect: simplify error message for i18n | Vasco Almeida | 2016-06-17 | 1 | -2/+3 |
* | bisect: allow setting any user-specified in 'git bisect start' | Matthieu Moy | 2015-08-03 | 1 | -1/+20 |
* | bisect: add 'git bisect terms' to view the current terms | Matthieu Moy | 2015-08-03 | 1 | -1/+38 |
* | bisect: add the terms old/new | Antoine Delaite | 2015-08-03 | 1 | -9/+17 |
* | bisect: sanity check on terms | Matthieu Moy | 2015-08-03 | 1 | -0/+33 |
* | bisect: don't mix option parsing and non-trivial codead/bisect-cleanup | Matthieu Moy | 2015-08-03 | 1 | -13/+17 |
* | bisect: simplify the addition of new bisect terms | Antoine Delaite | 2015-08-03 | 1 | -8/+71 |
* | bisect: replace hardcoded "bad|good" by variables | Antoine Delaite | 2015-06-29 | 1 | -26/+31 |
* | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -1/+1 |
* | bisect: parse revs before passing them to check_expected_revs() | Christian Couder | 2014-12-29 | 1 | -4/+7 |
* | grammofix in user-facing messagesah/grammofix | Alex Henrie | 2014-09-02 | 1 | -2/+2 |
* | git-bisect.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 | 1 | -1/+1 |
* | git-bisect.sh: fix a few style issuesjn/bisect-coding-style | Jacopo Notarstefano | 2014-03-03 | 1 | -4/+4 |
* | typofixes: fix misspelt comments | Masanari Iida | 2013-11-12 | 1 | -1/+1 |
* | bisect: Fix log output for multi-parent skip ranges | Torstein Hegge | 2013-05-22 | 1 | -2/+2 |
* | bisect: Log possibly bad, skipped commits at bisection end | Torstein Hegge | 2013-04-23 | 1 | -0/+10 |
* | bisect: Store first bad commit as comment in log file | Torstein Hegge | 2013-04-15 | 1 | -1/+7 |
* | Merge branch 'js/bisect-no-checkout' | Junio C Hamano | 2011-10-17 | 1 | -1/+2 |
|\ |
|
| * | bisect: fix exiting when checkout failed in bisect_start() | Christian Couder | 2011-09-21 | 1 | -1/+2 |
* | | bisect: take advantage of gettextln, eval_gettextln. | Jon Seymour | 2011-08-30 | 1 | -35/+14 |
|/ |
|
* | bisect: add support for bisecting bare repositories | Jon Seymour | 2011-08-09 | 1 | -2/+6 |
* | bisect: further style nitpicks | Junio C Hamano | 2011-08-05 | 1 | -10/+8 |
* | bisect: replace "; then" with "\n<tab>*then" | Jon Seymour | 2011-08-05 | 1 | -9/+18 |
* | bisect: cleanup whitespace errors in git-bisect.sh. | Jon Seymour | 2011-08-05 | 1 | -134/+134 |
* | bisect: introduce --no-checkout support into porcelain. | Jon Seymour | 2011-08-04 | 1 | -11/+37 |
* | bisect: use && to connect statements that are deferred with eval. | Jon Seymour | 2011-08-04 | 1 | -2/+2 |
* | bisect: move argument parsing before state modification. | Jon Seymour | 2011-08-04 | 1 | -33/+33 |
* | i18n: git-bisect bisect_next_check "You need to" message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -9/+16 |
* | i18n: git-bisect [Y/n] messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+8 |
* | i18n: git-bisect bisect_replay + $1 messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -3/+4 |
* | i18n: git-bisect bisect_reset + $1 messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+4 |
* | i18n: git-bisect bisect_run + $@ messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -3/+7 |
* | i18n: git-bisect die + eval_gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -6/+6 |
* | i18n: git-bisect die + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -8/+8 |
* | i18n: git-bisect echo + eval_gettext message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+5 |
* | i18n: git-bisect echo + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -3/+12 |
* | i18n: git-bisect gettext + echo message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+2 |
* | i18n: git-bisect add git-sh-i18n | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -0/+1 |
* | bisect: visualize with git-log if gitk is unavailable | Jeff King | 2011-03-21 | 1 | -4/+6 |
* | bisect: check for mandatory argument of 'bisect replay' | SZEDER Gábor | 2010-10-13 | 1 | -0/+1 |
* | bisect: improve error msg of 'bisect reset' when original HEAD is deleted | SZEDER Gábor | 2010-10-13 | 1 | -1/+6 |