aboutsummaryrefslogtreecommitdiffstats
path: root/git-bisect.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-03bisect view: call gitk if Cygwin's SESSIONNAME variable is setJohannes Schindelin1-1/+1
2008-12-02Documentation: describe how to "bisect skip" a range of commitsChristian Couder1-1/+1
2008-12-02bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder1-2/+2
2008-11-25bisect: teach "skip" to accept special arguments like "A..B"Christian Couder1-1/+18
2008-11-09bisect: fix missing "exit"Christian Couder1-1/+1
2008-09-05bisect: remove "checkout_done" variable used when checking merge basesChristian Couder1-5/+27
2008-08-27bisect: only check merge bases when neededChristian Couder1-14/+34
2008-08-27bisect: test merge base if good rev is not an ancestor of bad revChristian Couder1-25/+102
2008-08-11Merge branch 'maint'Junio C Hamano1-1/+2
2008-08-11git-bisect: fix wrong usage of read(1)Francis Moreau1-1/+2
2008-07-11git-bisect: use dash-less form on git bisect logMiklos Vajna1-4/+8
2008-05-28bisect: use "$GIT_DIR/BISECT_START" to check if we are bisectingChristian Couder1-16/+13
2008-05-22bisect: use a detached HEAD to bisectChristian Couder1-28/+26
2008-05-22bisect: trap critical errors in "bisect_start"Christian Couder1-6/+24
2008-05-22bisect: fix left over "BISECT_START" file when starting with junk revChristian Couder1-9/+7
2008-05-12Merge branch 'gp/bisect-fix'Junio C Hamano1-9/+29
2008-05-08bisect: print an error message when "git rev-list --bisect-vars" failsChristian Couder1-2/+17
2008-05-05git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape1-7/+12
2008-04-16Merge branch 'maint'Junio C Hamano1-5/+11
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano1-5/+11
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder1-4/+10
2008-04-15bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder1-1/+1
2008-04-12Merge branch 'maint'Junio C Hamano1-2/+2
2008-04-12Merge branch 'maint-1.5.4' into maintJunio C Hamano1-2/+2
2008-04-12bisect: report bad rev betterChristian Couder1-2/+2
2008-04-11Merge branch 'maint'Junio C Hamano1-9/+5
2008-04-11Merge branch 'maint-1.5.4' into maintJunio C Hamano1-9/+5
2008-04-11bisect: fix bad rev checking in "git bisect good"Christian Couder1-9/+5
2008-04-11bisect: add "git bisect help" subcommand to get a long usage stringChristian Couder1-3/+9
2008-03-12tr portability fixesJeff King1-2/+2
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureCarl Worth1-5/+9
2008-02-24Eliminate confusing "won't bisect on seeked tree" failureCarl Worth1-5/+9
2008-02-17bisect view: check for MinGW32 and MacOSX in addition to X11Johannes Schindelin1-2/+2
2008-02-13bisect: use verbatim commit subject in the bisect logJohannes Schindelin1-1/+1
2008-02-11bisect: allow starting with a detached HEADJohannes Schindelin1-2/+6
2007-12-08git-bisect visualize: work in non-windowed environments betterJunio C Hamano1-2/+17
2007-11-24Merge branch 'cc/bisect'Junio C Hamano1-14/+19
2007-11-20Bisect reset: do nothing when not bisecting.Christian Couder1-0/+4
2007-11-18Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Christian Couder1-5/+2
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano1-0/+1
2007-11-17Bisect visualize: use "for-each-ref" to list all good refs.Christian Couder1-2/+2
2007-11-16git-bisect: modernize branch shuffling hackJunio C Hamano1-3/+2
2007-11-16git-bisect: use update-ref to mark good/bad commitsJunio C Hamano1-1/+1
2007-11-16git-bisect: war on "sed"Junio C Hamano1-3/+2
2007-11-16Bisect reset: remove bisect refs that may have been packed.Christian Couder1-1/+7
2007-11-09git-bisect.sh: Fix sed script to work with AIX and BSD sed.Ralf Wildenhues1-1/+2
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano1-0/+1
2007-10-29Bisect: add "skip" to the short usage string.Christian Couder1-3/+3
2007-10-26Bisect run: "skip" current commit if script exit code is 125.Christian Couder1-1/+10
2007-10-26Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Christian Couder1-51/+31