| Commit message (Expand) | Author | Age |
* | bisect: allow setting any user-specified in 'git bisect start' | Matthieu Moy | 2015-08-03 |
* | bisect: add 'git bisect terms' to view the current terms | Matthieu Moy | 2015-08-03 |
* | bisect: add the terms old/new | Antoine Delaite | 2015-08-03 |
* | bisect: sanity check on terms | Matthieu Moy | 2015-08-03 |
* | bisect: don't mix option parsing and non-trivial code | Matthieu Moy | 2015-08-03 |
* | bisect: simplify the addition of new bisect terms | Antoine Delaite | 2015-08-03 |
* | bisect: replace hardcoded "bad|good" by variables | Antoine Delaite | 2015-06-29 |
* | standardize usage info string format | Alex Henrie | 2015-01-14 |
* | bisect: parse revs before passing them to check_expected_revs() | Christian Couder | 2014-12-29 |
* | grammofix in user-facing messages | Alex Henrie | 2014-09-02 |
* | git-bisect.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 |
* | git-bisect.sh: fix a few style issues | Jacopo Notarstefano | 2014-03-03 |
* | typofixes: fix misspelt comments | Masanari Iida | 2013-11-12 |
* | bisect: Fix log output for multi-parent skip ranges | Torstein Hegge | 2013-05-22 |
* | bisect: Log possibly bad, skipped commits at bisection end | Torstein Hegge | 2013-04-23 |
* | bisect: Store first bad commit as comment in log file | Torstein Hegge | 2013-04-15 |
* | Merge branch 'js/bisect-no-checkout' | Junio C Hamano | 2011-10-17 |
|\ |
|
| * | bisect: fix exiting when checkout failed in bisect_start() | Christian Couder | 2011-09-21 |
* | | bisect: take advantage of gettextln, eval_gettextln. | Jon Seymour | 2011-08-30 |
|/ |
|
* | bisect: add support for bisecting bare repositories | Jon Seymour | 2011-08-09 |
* | bisect: further style nitpicks | Junio C Hamano | 2011-08-05 |
* | bisect: replace "; then" with "\n<tab>*then" | Jon Seymour | 2011-08-05 |
* | bisect: cleanup whitespace errors in git-bisect.sh. | Jon Seymour | 2011-08-05 |
* | bisect: introduce --no-checkout support into porcelain. | Jon Seymour | 2011-08-04 |
* | bisect: use && to connect statements that are deferred with eval. | Jon Seymour | 2011-08-04 |
* | bisect: move argument parsing before state modification. | Jon Seymour | 2011-08-04 |
* | i18n: git-bisect bisect_next_check "You need to" message | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect [Y/n] messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect bisect_replay + $1 messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect bisect_reset + $1 messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect bisect_run + $@ messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect die + eval_gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect die + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect echo + eval_gettext message | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect echo + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect gettext + echo message | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | i18n: git-bisect add git-sh-i18n | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | bisect: visualize with git-log if gitk is unavailable | Jeff King | 2011-03-21 |
* | bisect: check for mandatory argument of 'bisect replay' | SZEDER Gábor | 2010-10-13 |
* | bisect: improve error msg of 'bisect reset' when original HEAD is deleted | SZEDER Gábor | 2010-10-13 |
* | bisect: improve error message of 'bisect log' while not bisecting | SZEDER Gábor | 2010-10-13 |
* | Merge branch 'rs/work-around-grep-opt-insanity' | Junio C Hamano | 2009-11-25 |
|\ |
|
| * | Protect scripted Porcelains from GREP_OPTIONS insanity | Junio C Hamano | 2009-11-23 |
* | | bisect: simplify calling visualizer using '--bisect' option | Christian Couder | 2009-11-22 |
* | | bisect reset: Allow resetting to any commit, not just a branch | Anders Kaseorg | 2009-10-13 |
|/ |
|
* | git-bisect: call the found commit "*the* first bad commit" | Nanako Shiraishi | 2009-08-26 |
* | bisect: make "git bisect" use new "--next-all" bisect-helper function | Christian Couder | 2009-05-10 |
* | bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function | Christian Couder | 2009-05-10 |
* | bisect: use "git bisect--helper --next-exit" in "git-bisect.sh" | Christian Couder | 2009-05-10 |
* | Merge branch 'cc/bisect-filter' | Junio C Hamano | 2009-04-12 |
|\ |
|