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