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