summaryrefslogtreecommitdiff
path: root/git-bisect.sh
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'maint'Junio C Hamano2008-08-111-1/+2
|\
| * git-bisect: fix wrong usage of read(1)Francis Moreau2008-08-111-1/+2
* | git-bisect: use dash-less form on git bisect logMiklos Vajna2008-07-111-4/+8
|/
* bisect: use "$GIT_DIR/BISECT_START" to check if we are bisectingChristian Couder2008-05-281-16/+13
* bisect: use a detached HEAD to bisectChristian Couder2008-05-221-28/+26
* bisect: trap critical errors in "bisect_start"Christian Couder2008-05-221-6/+24
* bisect: fix left over "BISECT_START" file when starting with junk revChristian Couder2008-05-221-9/+7
* Merge branch 'gp/bisect-fix'Junio C Hamano2008-05-121-9/+29
|\
| * bisect: print an error message when "git rev-list --bisect-vars" failsChristian Couder2008-05-081-2/+17
| * git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape2008-05-051-7/+12
* | Merge branch 'maint'Junio C Hamano2008-04-161-5/+11
|\ \ | |/
| * Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-161-5/+11
| |\
| | * git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder2008-04-161-4/+10
| | * bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder2008-04-151-1/+1
* | | Merge branch 'maint'Junio C Hamano2008-04-121-2/+2
|\ \ \ | |/ /
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-121-2/+2
| |\ \ | | |/
| | * bisect: report bad rev betterChristian Couder2008-04-121-2/+2
* | | Merge branch 'maint'Junio C Hamano2008-04-111-9/+5
|\ \ \ | |/ /
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-111-9/+5
| |\ \ | | |/
| | * bisect: fix bad rev checking in "git bisect good"Christian Couder2008-04-111-9/+5
| | * Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-271-5/+9
* | | bisect: add "git bisect help" subcommand to get a long usage stringChristian Couder2008-04-111-3/+9
|/ /
* | tr portability fixesJeff King2008-03-121-2/+2
* | Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-241-5/+9
* | bisect view: check for MinGW32 and MacOSX in addition to X11Johannes Schindelin2008-02-171-2/+2
|/
* bisect: use verbatim commit subject in the bisect logJohannes Schindelin2008-02-131-1/+1
* bisect: allow starting with a detached HEADJohannes Schindelin2008-02-111-2/+6
* git-bisect visualize: work in non-windowed environments betterJunio C Hamano2007-12-081-2/+17
* Merge branch 'cc/bisect'Junio C Hamano2007-11-241-14/+19
|\
| * Bisect reset: do nothing when not bisecting.Christian Couder2007-11-201-0/+4
| * Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Christian Couder2007-11-181-5/+2
| * Bisect visualize: use "for-each-ref" to list all good refs.Christian Couder2007-11-171-2/+2
| * git-bisect: modernize branch shuffling hackJunio C Hamano2007-11-161-3/+2
| * git-bisect: use update-ref to mark good/bad commitsJunio C Hamano2007-11-161-1/+1
| * git-bisect: war on "sed"Junio C Hamano2007-11-161-3/+2
| * Bisect reset: remove bisect refs that may have been packed.Christian Couder2007-11-161-1/+7
* | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-0/+1
|\ \ | |/ |/|
| * scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-061-0/+1
* | git-bisect.sh: Fix sed script to work with AIX and BSD sed.Ralf Wildenhues2007-11-091-1/+2
|/
* Bisect: add "skip" to the short usage string.Christian Couder2007-10-291-3/+3
* Bisect run: "skip" current commit if script exit code is 125.Christian Couder2007-10-261-1/+10
* Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Christian Couder2007-10-261-51/+31
* Bisect: refactor some logging into "bisect_write".Christian Couder2007-10-261-33/+14
* Bisect: refactor "bisect_write_*" functions.Christian Couder2007-10-261-26/+20
* Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder2007-10-261-6/+119
* Bisect: fix some white spaces and empty lines breakages.Christian Couder2007-10-261-9/+8
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-17/+17
* Bisect: simplify "bisect start" logging.Christian Couder2007-04-161-4/+1
* git-bisect: allow bisecting with only one bad commit.Junio C Hamano2007-04-061-34/+53
* git-bisect: modernizationJunio C Hamano2007-04-051-5/+4