summaryrefslogtreecommitdiff
path: root/git-bisect.sh
AgeCommit message (Expand)Author
2009-02-27bisect: fix another instance of eval'ed stringChristian Couder
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian 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
2007-11-19Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Christian Couder
2007-11-18Merge branch 'ph/parseopt-sh'Junio C Hamano
2007-11-17Bisect visualize: use "for-each-ref" to list all good refs.Christian Couder
2007-11-16git-bisect: modernize branch shuffling hackJunio C Hamano
2007-11-16git-bisect: use update-ref to mark good/bad commitsJunio C Hamano
2007-11-16git-bisect: war on "sed"Junio C Hamano
2007-11-16Bisect reset: remove bisect refs that may have been packed.Christian Couder
2007-11-09git-bisect.sh: Fix sed script to work with AIX and BSD sed.Ralf Wildenhues
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano
2007-10-29Bisect: add "skip" to the short usage string.Christian Couder
2007-10-27Bisect run: "skip" current commit if script exit code is 125.Christian Couder
2007-10-27Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Christian Couder
2007-10-27Bisect: refactor some logging into "bisect_write".Christian Couder
2007-10-27Bisect: refactor "bisect_write_*" functions.Christian Couder
2007-10-27Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder
2007-10-27Bisect: fix some white spaces and empty lines breakages.Christian Couder
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-04-17Bisect: simplify "bisect start" logging.Christian Couder