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