summaryrefslogtreecommitdiff
path: root/git-bisect.sh
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-05Bisect: teach "bisect start" to optionally use one bad and many good revs.Libravatar Christian Couder1-23/+82
2007-03-29Bisect: Improve error message in "bisect_next_check".Libravatar Christian Couder1-7/+9
2007-03-27Bisect: add checks at the beginning of "git bisect run".Libravatar Christian Couder1-0/+8
2007-03-25Bisect: Use "git-show-ref --verify" when reseting.Libravatar Christian Couder1-1/+1
2007-03-23git-bisect.sh: properly dq $GIT_DIRLibravatar Junio C Hamano1-1/+1
2007-03-23git-bisect: typofixLibravatar Junio C Hamano1-1/+1
2007-03-23Bisect: implement "git bisect run <cmd>..." to automatically bisect.Libravatar Christian Couder1-3/+51
2007-03-23Bisect: convert revs given to good and bad to commitsLibravatar Uwe Kleine-König1-2/+2
2007-02-06add replay and log to the usage string of git-bisectLibravatar Uwe Kleine-König1-1/+1
2007-02-05bisect: it needs to be done in a working tree.Libravatar Junio C Hamano1-0/+1
2007-02-01Use "git checkout -q" in git-bisectLibravatar Junio C Hamano1-1/+1
2006-10-16bisect reset: Leave the tree in usable state if git-checkout failedLibravatar Petr Baudis1-5/+6
2006-07-08Using 'perl' in *.shLibravatar Michal Rokos1-1/+1
2006-02-13Merge some proposed fixesLibravatar Junio C Hamano1-0/+1
2006-02-13bisect: remove BISECT_NAMES after done.Libravatar Junio C Hamano1-0/+1
2006-02-12Properly git-bisect reset after bisecting from non-master headLibravatar Petr Baudis1-3/+14
2005-12-14Usage message clean-up, take #2Libravatar Fredrik Kuivinen1-13/+11
2005-12-06Use printf rather than echo -n.Libravatar Jason Riedy1-1/+1
2005-11-28bisect: quote pathnames for eval safety.Libravatar Junio C Hamano1-5/+20
2005-11-28bisect: limit the searchspace by pathspecsLibravatar Linus Torvalds1-5/+5
2005-11-25git-sh-setup: die if outside git repository.Libravatar Junio C Hamano1-1/+1
2005-10-01Add git-symbolic-refLibravatar Junio C Hamano1-3/+4
2005-09-17Do not fail after calling bisect_auto_next()Libravatar Junio C Hamano1-1/+1
2005-09-10Keep bisection log so that it can be replayed later.Libravatar Junio C Hamano1-3/+47
2005-09-07Big tool rename.Libravatar Junio C Hamano1-0/+178