summaryrefslogtreecommitdiff
path: root/git-bisect.sh
AgeCommit message (Expand)AuthorFilesLines
2008-08-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2008-08-11git-bisect: fix wrong usage of read(1)Libravatar Francis Moreau1-1/+2
2008-07-11git-bisect: use dash-less form on git bisect logLibravatar Miklos Vajna1-4/+8
2008-05-28bisect: use "$GIT_DIR/BISECT_START" to check if we are bisectingLibravatar Christian Couder1-16/+13
2008-05-22bisect: use a detached HEAD to bisectLibravatar Christian Couder1-28/+26
2008-05-22bisect: trap critical errors in "bisect_start"Libravatar Christian Couder1-6/+24
2008-05-22bisect: fix left over "BISECT_START" file when starting with junk revLibravatar Christian Couder1-9/+7
2008-05-12Merge branch 'gp/bisect-fix'Libravatar Junio C Hamano1-9/+29
2008-05-08bisect: print an error message when "git rev-list --bisect-vars" failsLibravatar Christian Couder1-2/+17
2008-05-05git-bisect.sh: don't accidentally override existing branch "bisect"Libravatar Gerrit Pape1-7/+12
2008-04-16Merge branch 'maint'Libravatar Junio C Hamano1-5/+11
2008-04-16Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-5/+11
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyLibravatar Christian Couder1-4/+10
2008-04-15bisect: squelch "fatal: ref HEAD not a symref" misleading messageLibravatar Christian Couder1-1/+1
2008-04-12Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2008-04-12Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-2/+2
2008-04-12bisect: report bad rev betterLibravatar Christian Couder1-2/+2
2008-04-11Merge branch 'maint'Libravatar Junio C Hamano1-9/+5
2008-04-11Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-9/+5
2008-04-11bisect: fix bad rev checking in "git bisect good"Libravatar Christian Couder1-9/+5
2008-04-11bisect: add "git bisect help" subcommand to get a long usage stringLibravatar Christian Couder1-3/+9
2008-03-12tr portability fixesLibravatar Jeff King1-2/+2
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureLibravatar Carl Worth1-5/+9
2008-02-24Eliminate confusing "won't bisect on seeked tree" failureLibravatar Carl Worth1-5/+9
2008-02-17bisect view: check for MinGW32 and MacOSX in addition to X11Libravatar Johannes Schindelin1-2/+2
2008-02-13bisect: use verbatim commit subject in the bisect logLibravatar Johannes Schindelin1-1/+1
2008-02-11bisect: allow starting with a detached HEADLibravatar Johannes Schindelin1-2/+6
2007-12-08git-bisect visualize: work in non-windowed environments betterLibravatar Junio C Hamano1-2/+17
2007-11-24Merge branch 'cc/bisect'Libravatar Junio C Hamano1-14/+19
2007-11-20Bisect reset: do nothing when not bisecting.Libravatar Christian Couder1-0/+4
2007-11-18Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Libravatar Christian Couder1-5/+2
2007-11-17Merge branch 'ph/parseopt-sh'Libravatar Junio C Hamano1-0/+1
2007-11-17Bisect visualize: use "for-each-ref" to list all good refs.Libravatar Christian Couder1-2/+2
2007-11-16git-bisect: modernize branch shuffling hackLibravatar Junio C Hamano1-3/+2
2007-11-16git-bisect: use update-ref to mark good/bad commitsLibravatar Junio C Hamano1-1/+1
2007-11-16git-bisect: war on "sed"Libravatar Junio C Hamano1-3/+2
2007-11-16Bisect reset: remove bisect refs that may have been packed.Libravatar Christian Couder1-1/+7
2007-11-09git-bisect.sh: Fix sed script to work with AIX and BSD sed.Libravatar Ralf Wildenhues1-1/+2
2007-11-06scripts: Add placeholders for OPTIONS_SPECLibravatar Junio C Hamano1-0/+1
2007-10-29Bisect: add "skip" to the short usage string.Libravatar Christian Couder1-3/+3
2007-10-26Bisect run: "skip" current commit if script exit code is 125.Libravatar Christian Couder1-1/+10
2007-10-26Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Libravatar Christian Couder1-51/+31
2007-10-26Bisect: refactor some logging into "bisect_write".Libravatar Christian Couder1-33/+14
2007-10-26Bisect: refactor "bisect_write_*" functions.Libravatar Christian Couder1-26/+20
2007-10-26Bisect: implement "bisect skip" to mark untestable revisions.Libravatar Christian Couder1-6/+119
2007-10-26Bisect: fix some white spaces and empty lines breakages.Libravatar Christian Couder1-9/+8
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-17/+17
2007-04-16Bisect: simplify "bisect start" logging.Libravatar Christian Couder1-4/+1
2007-04-06git-bisect: allow bisecting with only one bad commit.Libravatar Junio C Hamano1-34/+53
2007-04-05git-bisect: modernizationLibravatar Junio C Hamano1-5/+4