| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | bisect: remove "checkout_done" variable used when checking merge bases | Christian Couder | 2008-09-05 | 1 | -5/+27 |
* | | bisect: only check merge bases when needed | Christian Couder | 2008-08-27 | 1 | -14/+34 |
* | | bisect: test merge base if good rev is not an ancestor of bad rev | Christian Couder | 2008-08-27 | 1 | -25/+102 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-08-11 | 1 | -1/+2 |
|\ |
|
| * | git-bisect: fix wrong usage of read(1) | Francis Moreau | 2008-08-11 | 1 | -1/+2 |
* | | git-bisect: use dash-less form on git bisect log | Miklos Vajna | 2008-07-11 | 1 | -4/+8 |
|/ |
|
* | bisect: use "$GIT_DIR/BISECT_START" to check if we are bisecting | Christian Couder | 2008-05-28 | 1 | -16/+13 |
* | bisect: use a detached HEAD to bisect | Christian Couder | 2008-05-22 | 1 | -28/+26 |
* | bisect: trap critical errors in "bisect_start" | Christian Couder | 2008-05-22 | 1 | -6/+24 |
* | bisect: fix left over "BISECT_START" file when starting with junk rev | Christian Couder | 2008-05-22 | 1 | -9/+7 |
* | Merge branch 'gp/bisect-fix' | Junio C Hamano | 2008-05-12 | 1 | -9/+29 |
|\ |
|
| * | bisect: print an error message when "git rev-list --bisect-vars" fails | Christian Couder | 2008-05-08 | 1 | -2/+17 |
| * | git-bisect.sh: don't accidentally override existing branch "bisect" | Gerrit Pape | 2008-05-05 | 1 | -7/+12 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-04-16 | 1 | -5/+11 |
|\ \
| |/ |
|
| * | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-16 | 1 | -5/+11 |
| |\ |
|
| | * | git-bisect: make "start", "good" and "skip" succeed or fail atomically | Christian Couder | 2008-04-16 | 1 | -4/+10 |
| | * | bisect: squelch "fatal: ref HEAD not a symref" misleading message | Christian Couder | 2008-04-15 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-04-12 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-12 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | bisect: report bad rev better | Christian Couder | 2008-04-12 | 1 | -2/+2 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-04-11 | 1 | -9/+5 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-11 | 1 | -9/+5 |
| |\ \
| | |/ |
|
| | * | bisect: fix bad rev checking in "git bisect good" | Christian Couder | 2008-04-11 | 1 | -9/+5 |
| | * | Eliminate confusing "won't bisect on seeked tree" failure | Carl Worth | 2008-02-27 | 1 | -5/+9 |
* | | | bisect: add "git bisect help" subcommand to get a long usage string | Christian Couder | 2008-04-11 | 1 | -3/+9 |
|/ / |
|
* | | tr portability fixes | Jeff King | 2008-03-12 | 1 | -2/+2 |
* | | Eliminate confusing "won't bisect on seeked tree" failure | Carl Worth | 2008-02-24 | 1 | -5/+9 |
* | | bisect view: check for MinGW32 and MacOSX in addition to X11 | Johannes Schindelin | 2008-02-17 | 1 | -2/+2 |
|/ |
|
* | bisect: use verbatim commit subject in the bisect log | Johannes Schindelin | 2008-02-13 | 1 | -1/+1 |
* | bisect: allow starting with a detached HEAD | Johannes Schindelin | 2008-02-11 | 1 | -2/+6 |
* | git-bisect visualize: work in non-windowed environments better | Junio C Hamano | 2007-12-08 | 1 | -2/+17 |
* | Merge branch 'cc/bisect' | Junio C Hamano | 2007-11-24 | 1 | -14/+19 |
|\ |
|
| * | Bisect reset: do nothing when not bisecting. | Christian Couder | 2007-11-20 | 1 | -0/+4 |