| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting. | Christian Couder | 2007-11-18 | 1 | -5/+2 |
| * | Bisect visualize: use "for-each-ref" to list all good refs. | Christian Couder | 2007-11-17 | 1 | -2/+2 |
| * | git-bisect: modernize branch shuffling hack | Junio C Hamano | 2007-11-16 | 1 | -3/+2 |
| * | git-bisect: use update-ref to mark good/bad commits | Junio C Hamano | 2007-11-16 | 1 | -1/+1 |
| * | git-bisect: war on "sed" | Junio C Hamano | 2007-11-16 | 1 | -3/+2 |
| * | Bisect reset: remove bisect refs that may have been packed. | Christian Couder | 2007-11-16 | 1 | -1/+7 |
* | | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 2007-11-17 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | scripts: Add placeholders for OPTIONS_SPEC | Junio C Hamano | 2007-11-06 | 1 | -0/+1 |
* | | git-bisect.sh: Fix sed script to work with AIX and BSD sed. | Ralf Wildenhues | 2007-11-09 | 1 | -1/+2 |
|/ |
|
* | Bisect: add "skip" to the short usage string. | Christian Couder | 2007-10-29 | 1 | -3/+3 |
* | Bisect run: "skip" current commit if script exit code is 125. | Christian Couder | 2007-10-26 | 1 | -1/+10 |
* | Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state". | Christian Couder | 2007-10-26 | 1 | -51/+31 |
* | Bisect: refactor some logging into "bisect_write". | Christian Couder | 2007-10-26 | 1 | -33/+14 |
* | Bisect: refactor "bisect_write_*" functions. | Christian Couder | 2007-10-26 | 1 | -26/+20 |
* | Bisect: implement "bisect skip" to mark untestable revisions. | Christian Couder | 2007-10-26 | 1 | -6/+119 |
* | Bisect: fix some white spaces and empty lines breakages. | Christian Couder | 2007-10-26 | 1 | -9/+8 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 | 1 | -17/+17 |
* | Bisect: simplify "bisect start" logging. | Christian Couder | 2007-04-16 | 1 | -4/+1 |
* | git-bisect: allow bisecting with only one bad commit. | Junio C Hamano | 2007-04-06 | 1 | -34/+53 |
* | git-bisect: modernization | Junio C Hamano | 2007-04-05 | 1 | -5/+4 |
* | Bisect: teach "bisect start" to optionally use one bad and many good revs. | Christian Couder | 2007-04-05 | 1 | -23/+82 |
* | Bisect: Improve error message in "bisect_next_check". | Christian Couder | 2007-03-29 | 1 | -7/+9 |
* | Bisect: add checks at the beginning of "git bisect run". | Christian Couder | 2007-03-27 | 1 | -0/+8 |
* | Bisect: Use "git-show-ref --verify" when reseting. | Christian Couder | 2007-03-25 | 1 | -1/+1 |
* | git-bisect.sh: properly dq $GIT_DIR | Junio C Hamano | 2007-03-23 | 1 | -1/+1 |
* | git-bisect: typofix | Junio C Hamano | 2007-03-23 | 1 | -1/+1 |
* | Bisect: implement "git bisect run <cmd>..." to automatically bisect. | Christian Couder | 2007-03-23 | 1 | -3/+51 |
* | Bisect: convert revs given to good and bad to commits | Uwe Kleine-König | 2007-03-23 | 1 | -2/+2 |
* | add replay and log to the usage string of git-bisect | Uwe Kleine-König | 2007-02-06 | 1 | -1/+1 |
* | bisect: it needs to be done in a working tree. | Junio C Hamano | 2007-02-05 | 1 | -0/+1 |