summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
Commit message (Expand)AuthorAgeFilesLines
...
* bisect: improve error message of 'bisect log' while not bisectingSZEDER Gábor2010-10-131-1/+5
* Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-251-2/+2
|\
| * Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-231-2/+2
* | bisect: simplify calling visualizer using '--bisect' optionChristian Couder2009-11-221-2/+1
* | bisect reset: Allow resetting to any commit, not just a branchAnders Kaseorg2009-10-131-4/+4
|/
* git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi2009-08-261-1/+1
* bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder2009-05-101-125/+2
* bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionChristian Couder2009-05-101-13/+3
* bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"Christian Couder2009-05-101-30/+9
* Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-121-86/+8
|\
| * bisect--helper: string output variables together with "&&"Christian Couder2009-04-051-14/+1
| * bisect: use "bisect--helper" and remove "filter_skipped" functionChristian Couder2009-04-051-77/+12
* | bisect: improve error message when branch checkout failsChristian Couder2009-04-051-3/+3
|/
* rev-list: estimate number of bisection step leftChristian Couder2009-03-041-1/+1
* Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-271-1/+7
|\
| * bisect: fix another instance of eval'ed stringChristian Couder2009-02-271-1/+7
* | Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-271-35/+41
|\|
| * bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2009-02-271-35/+41
* | bisect view: call gitk if Cygwin's SESSIONNAME variable is setJohannes Schindelin2009-01-031-1/+1
* | Documentation: describe how to "bisect skip" a range of commitsChristian Couder2008-12-021-1/+1
* | bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder2008-12-021-2/+2
* | bisect: teach "skip" to accept special arguments like "A..B"Christian Couder2008-11-251-1/+18
* | bisect: fix missing "exit"Christian Couder2008-11-091-1/+1
* | bisect: remove "checkout_done" variable used when checking merge basesChristian Couder2008-09-051-5/+27
* | bisect: only check merge bases when neededChristian Couder2008-08-271-14/+34
* | bisect: test merge base if good rev is not an ancestor of bad revChristian Couder2008-08-271-25/+102
|/
* 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