| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | bisect: improve error message of 'bisect log' while not bisecting | SZEDER Gábor | 2010-10-13 | 1 | -1/+5 |
* | Merge branch 'rs/work-around-grep-opt-insanity' | Junio C Hamano | 2009-11-25 | 1 | -2/+2 |
|\ |
|
| * | Protect scripted Porcelains from GREP_OPTIONS insanity | Junio C Hamano | 2009-11-23 | 1 | -2/+2 |
* | | bisect: simplify calling visualizer using '--bisect' option | Christian Couder | 2009-11-22 | 1 | -2/+1 |
* | | bisect reset: Allow resetting to any commit, not just a branch | Anders Kaseorg | 2009-10-13 | 1 | -4/+4 |
|/ |
|
* | git-bisect: call the found commit "*the* first bad commit" | Nanako Shiraishi | 2009-08-26 | 1 | -1/+1 |
* | bisect: make "git bisect" use new "--next-all" bisect-helper function | Christian Couder | 2009-05-10 | 1 | -125/+2 |
* | bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function | Christian Couder | 2009-05-10 | 1 | -13/+3 |
* | bisect: use "git bisect--helper --next-exit" in "git-bisect.sh" | Christian Couder | 2009-05-10 | 1 | -30/+9 |
* | Merge branch 'cc/bisect-filter' | Junio C Hamano | 2009-04-12 | 1 | -86/+8 |
|\ |
|
| * | bisect--helper: string output variables together with "&&" | Christian Couder | 2009-04-05 | 1 | -14/+1 |
| * | bisect: use "bisect--helper" and remove "filter_skipped" function | Christian Couder | 2009-04-05 | 1 | -77/+12 |
* | | bisect: improve error message when branch checkout fails | Christian Couder | 2009-04-05 | 1 | -3/+3 |
|/ |
|
* | rev-list: estimate number of bisection step left | Christian Couder | 2009-03-04 | 1 | -1/+1 |
* | Merge branch 'cc/maint-1.6.0-bisect-fix' | Junio C Hamano | 2009-02-27 | 1 | -1/+7 |
|\ |
|
| * | bisect: fix another instance of eval'ed string | Christian Couder | 2009-02-27 | 1 | -1/+7 |
* | | Merge branch 'cc/maint-1.6.0-bisect-fix' | Junio C Hamano | 2009-02-27 | 1 | -35/+41 |
|\ \
| |/ |
|
| * | bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped | Christian Couder | 2009-02-27 | 1 | -35/+41 |
* | | bisect view: call gitk if Cygwin's SESSIONNAME variable is set | Johannes Schindelin | 2009-01-03 | 1 | -1/+1 |
* | | Documentation: describe how to "bisect skip" a range of commits | Christian Couder | 2008-12-02 | 1 | -1/+1 |
* | | bisect: fix "git bisect skip <commit>" and add tests cases | Christian Couder | 2008-12-02 | 1 | -2/+2 |
* | | bisect: teach "skip" to accept special arguments like "A..B" | Christian Couder | 2008-11-25 | 1 | -1/+18 |
* | | bisect: fix missing "exit" | Christian Couder | 2008-11-09 | 1 | -1/+1 |