aboutsummaryrefslogtreecommitdiff
path: root/git-bisect.sh
Commit message (Expand)AuthorAge
...
* bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionChristian Couder2009-05-10
* bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"Christian Couder2009-05-10
* Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-12
|\
| * bisect--helper: string output variables together with "&&"Christian Couder2009-04-05
| * bisect: use "bisect--helper" and remove "filter_skipped" functionChristian Couder2009-04-05
* | bisect: improve error message when branch checkout failsChristian Couder2009-04-05
|/
* rev-list: estimate number of bisection step leftChristian Couder2009-03-04
* Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-27
|\
| * bisect: fix another instance of eval'ed stringChristian Couder2009-02-27
* | Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-27
|\ \ | |/
| * bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2009-02-27
* | bisect view: call gitk if Cygwin's SESSIONNAME variable is setJohannes Schindelin2009-01-03
* | Documentation: describe how to "bisect skip" a range of commitsChristian Couder2008-12-02
* | bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder2008-12-02
* | bisect: teach "skip" to accept special arguments like "A..B"Christian Couder2008-11-25
* | bisect: fix missing "exit"Christian Couder2008-11-09
* | bisect: remove "checkout_done" variable used when checking merge basesChristian Couder2008-09-05
* | bisect: only check merge bases when neededChristian Couder2008-08-27
* | bisect: test merge base if good rev is not an ancestor of bad revChristian Couder2008-08-27
|/
* Merge branch 'maint'Junio C Hamano2008-08-11
|\
| * git-bisect: fix wrong usage of read(1)Francis Moreau2008-08-11
* | git-bisect: use dash-less form on git bisect logMiklos Vajna2008-07-11
|/
* bisect: use "$GIT_DIR/BISECT_START" to check if we are bisectingChristian Couder2008-05-28
* bisect: use a detached HEAD to bisectChristian Couder2008-05-22
* bisect: trap critical errors in "bisect_start"Christian Couder2008-05-22
* bisect: fix left over "BISECT_START" file when starting with junk revChristian Couder2008-05-22
* Merge branch 'gp/bisect-fix'Junio C Hamano2008-05-12
|\
| * bisect: print an error message when "git rev-list --bisect-vars" failsChristian Couder2008-05-08
| * git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape2008-05-05
* | Merge branch 'maint'Junio C Hamano2008-04-16
|\ \ | |/
| * Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-16
| |\
| | * git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder2008-04-16
| | * bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder2008-04-15
* | | Merge branch 'maint'Junio C Hamano2008-04-12
|\ \ \ | |/ /
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-12
| |\ \ | | |/
| | * bisect: report bad rev betterChristian Couder2008-04-12
* | | Merge branch 'maint'Junio C Hamano2008-04-11
|\ \ \ | |/ /
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-11
| |\ \ | | |/
| | * bisect: fix bad rev checking in "git bisect good"Christian Couder2008-04-11
| | * Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-27
* | | bisect: add "git bisect help" subcommand to get a long usage stringChristian Couder2008-04-11
|/ /
* | tr portability fixesJeff King2008-03-12
* | Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-24
* | bisect view: check for MinGW32 and MacOSX in addition to X11Johannes Schindelin2008-02-17
|/
* bisect: use verbatim commit subject in the bisect logJohannes Schindelin2008-02-13
* bisect: allow starting with a detached HEADJohannes Schindelin2008-02-11
* git-bisect visualize: work in non-windowed environments betterJunio C Hamano2007-12-08
* Merge branch 'cc/bisect'Junio C Hamano2007-11-24
|\
| * Bisect reset: do nothing when not bisecting.Christian Couder2007-11-20
| * Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Christian Couder2007-11-18