Age | Commit message (Expand) | Author | Files | Lines |
2008-12-02 | Documentation: describe how to "bisect skip" a range of commits | Christian Couder | 1 | -1/+1 |
2008-12-02 | bisect: fix "git bisect skip <commit>" and add tests cases | Christian Couder | 1 | -2/+2 |
2008-11-25 | bisect: teach "skip" to accept special arguments like "A..B" | Christian Couder | 1 | -1/+18 |
2008-11-09 | bisect: fix missing "exit" | Christian Couder | 1 | -1/+1 |
2008-09-05 | bisect: remove "checkout_done" variable used when checking merge bases | Christian Couder | 1 | -5/+27 |
2008-08-27 | bisect: only check merge bases when needed | Christian Couder | 1 | -14/+34 |
2008-08-27 | bisect: test merge base if good rev is not an ancestor of bad rev | Christian Couder | 1 | -25/+102 |
2008-08-11 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2008-08-11 | git-bisect: fix wrong usage of read(1) | Francis Moreau | 1 | -1/+2 |
2008-07-11 | git-bisect: use dash-less form on git bisect log | Miklos Vajna | 1 | -4/+8 |
2008-05-28 | bisect: use "$GIT_DIR/BISECT_START" to check if we are bisecting | Christian Couder | 1 | -16/+13 |
2008-05-22 | bisect: use a detached HEAD to bisect | Christian Couder | 1 | -28/+26 |
2008-05-22 | bisect: trap critical errors in "bisect_start" | Christian Couder | 1 | -6/+24 |
2008-05-22 | bisect: fix left over "BISECT_START" file when starting with junk rev | Christian Couder | 1 | -9/+7 |
2008-05-12 | Merge branch 'gp/bisect-fix' | Junio C Hamano | 1 | -9/+29 |
2008-05-08 | bisect: print an error message when "git rev-list --bisect-vars" fails | Christian Couder | 1 | -2/+17 |
2008-05-05 | git-bisect.sh: don't accidentally override existing branch "bisect" | Gerrit Pape | 1 | -7/+12 |
2008-04-16 | Merge branch 'maint' | Junio C Hamano | 1 | -5/+11 |
2008-04-16 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -5/+11 |
2008-04-16 | git-bisect: make "start", "good" and "skip" succeed or fail atomically | Christian Couder | 1 | -4/+10 |
2008-04-15 | bisect: squelch "fatal: ref HEAD not a symref" misleading message | Christian Couder | 1 | -1/+1 |
2008-04-12 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2008-04-12 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -2/+2 |
2008-04-12 | bisect: report bad rev better | Christian Couder | 1 | -2/+2 |
2008-04-11 | Merge branch 'maint' | Junio C Hamano | 1 | -9/+5 |
2008-04-11 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -9/+5 |
2008-04-11 | bisect: fix bad rev checking in "git bisect good" | Christian Couder | 1 | -9/+5 |
2008-04-11 | bisect: add "git bisect help" subcommand to get a long usage string | Christian Couder | 1 | -3/+9 |
2008-03-12 | tr portability fixes | Jeff King | 1 | -2/+2 |
2008-02-27 | Eliminate confusing "won't bisect on seeked tree" failure | Carl Worth | 1 | -5/+9 |
2008-02-24 | Eliminate confusing "won't bisect on seeked tree" failure | Carl Worth | 1 | -5/+9 |
2008-02-17 | bisect view: check for MinGW32 and MacOSX in addition to X11 | Johannes Schindelin | 1 | -2/+2 |
2008-02-13 | bisect: use verbatim commit subject in the bisect log | Johannes Schindelin | 1 | -1/+1 |
2008-02-11 | bisect: allow starting with a detached HEAD | Johannes Schindelin | 1 | -2/+6 |
2007-12-08 | git-bisect visualize: work in non-windowed environments better | Junio C Hamano | 1 | -2/+17 |
2007-11-24 | Merge branch 'cc/bisect' | Junio C Hamano | 1 | -14/+19 |
2007-11-20 | Bisect reset: do nothing when not bisecting. | Christian Couder | 1 | -0/+4 |
2007-11-18 | Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting. | Christian Couder | 1 | -5/+2 |
2007-11-17 | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 1 | -0/+1 |
2007-11-17 | Bisect visualize: use "for-each-ref" to list all good refs. | Christian Couder | 1 | -2/+2 |
2007-11-16 | git-bisect: modernize branch shuffling hack | Junio C Hamano | 1 | -3/+2 |
2007-11-16 | git-bisect: use update-ref to mark good/bad commits | Junio C Hamano | 1 | -1/+1 |
2007-11-16 | git-bisect: war on "sed" | Junio C Hamano | 1 | -3/+2 |
2007-11-16 | Bisect reset: remove bisect refs that may have been packed. | Christian Couder | 1 | -1/+7 |
2007-11-09 | git-bisect.sh: Fix sed script to work with AIX and BSD sed. | Ralf Wildenhues | 1 | -1/+2 |
2007-11-06 | scripts: Add placeholders for OPTIONS_SPEC | Junio C Hamano | 1 | -0/+1 |
2007-10-29 | Bisect: add "skip" to the short usage string. | Christian Couder | 1 | -3/+3 |
2007-10-26 | Bisect run: "skip" current commit if script exit code is 125. | Christian Couder | 1 | -1/+10 |
2007-10-26 | Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state". | Christian Couder | 1 | -51/+31 |
2007-10-26 | Bisect: refactor some logging into "bisect_write". | Christian Couder | 1 | -33/+14 |