aboutsummaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
AgeCommit message (Expand)AuthorFilesLines
2014-03-03git-bisect.sh: fix a few style issuesJacopo Notarstefano1-4/+4
2013-11-12typofixes: fix misspelt commentsMasanari Iida1-1/+1
2013-05-22bisect: Fix log output for multi-parent skip rangesTorstein Hegge1-2/+2
2013-04-23bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge1-0/+10
2013-04-15bisect: Store first bad commit as comment in log fileTorstein Hegge1-1/+7
2011-10-17Merge branch 'js/bisect-no-checkout'Junio C Hamano1-1/+2
2011-09-21bisect: fix exiting when checkout failed in bisect_start()Christian Couder1-1/+2
2011-08-30bisect: take advantage of gettextln, eval_gettextln.Jon Seymour1-35/+14
2011-08-09bisect: add support for bisecting bare repositoriesJon Seymour1-2/+6
2011-08-05bisect: further style nitpicksJunio C Hamano1-10/+8
2011-08-05bisect: replace "; then" with "\n<tab>*then"Jon Seymour1-9/+18
2011-08-05bisect: cleanup whitespace errors in git-bisect.sh.Jon Seymour1-134/+134
2011-08-04bisect: introduce --no-checkout support into porcelain.Jon Seymour1-11/+37
2011-08-04bisect: use && to connect statements that are deferred with eval.Jon Seymour1-2/+2
2011-08-04bisect: move argument parsing before state modification.Jon Seymour1-33/+33
2011-05-21i18n: git-bisect bisect_next_check "You need to" messageÆvar Arnfjörð Bjarmason1-9/+16
2011-05-21i18n: git-bisect [Y/n] messagesÆvar Arnfjörð Bjarmason1-2/+8
2011-05-21i18n: git-bisect bisect_replay + $1 messagesÆvar Arnfjörð Bjarmason1-3/+4
2011-05-21i18n: git-bisect bisect_reset + $1 messagesÆvar Arnfjörð Bjarmason1-2/+4
2011-05-21i18n: git-bisect bisect_run + $@ messagesÆvar Arnfjörð Bjarmason1-3/+7
2011-05-21i18n: git-bisect die + eval_gettext messagesÆvar Arnfjörð Bjarmason1-6/+6
2011-05-21i18n: git-bisect die + gettext messagesÆvar Arnfjörð Bjarmason1-8/+8
2011-05-21i18n: git-bisect echo + eval_gettext messageÆvar Arnfjörð Bjarmason1-2/+5
2011-05-21i18n: git-bisect echo + gettext messagesÆvar Arnfjörð Bjarmason1-3/+12
2011-05-21i18n: git-bisect gettext + echo messageÆvar Arnfjörð Bjarmason1-2/+2
2011-05-21i18n: git-bisect add git-sh-i18nÆvar Arnfjörð Bjarmason1-0/+1
2011-03-21bisect: visualize with git-log if gitk is unavailableJeff King1-4/+6
2010-10-13bisect: check for mandatory argument of 'bisect replay'SZEDER Gábor1-0/+1
2010-10-13bisect: improve error msg of 'bisect reset' when original HEAD is deletedSZEDER Gábor1-1/+6
2010-10-13bisect: improve error message of 'bisect log' while not bisectingSZEDER Gábor1-1/+5
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano1-2/+2
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano1-2/+2
2009-11-22bisect: simplify calling visualizer using '--bisect' optionChristian Couder1-2/+1
2009-10-13bisect reset: Allow resetting to any commit, not just a branchAnders Kaseorg1-4/+4
2009-08-26git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi1-1/+1
2009-05-10bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder1-125/+2
2009-05-10bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionChristian Couder1-13/+3
2009-05-10bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"Christian Couder1-30/+9
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano1-86/+8
2009-04-05bisect--helper: string output variables together with "&&"Christian Couder1-14/+1
2009-04-05bisect: use "bisect--helper" and remove "filter_skipped" functionChristian Couder1-77/+12
2009-04-05bisect: improve error message when branch checkout failsChristian Couder1-3/+3
2009-03-04rev-list: estimate number of bisection step leftChristian Couder1-1/+1
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano1-1/+7
2009-02-27bisect: fix another instance of eval'ed stringChristian Couder1-1/+7
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano1-35/+41
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder1-35/+41
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
2007-10-26Bisect: refactor some logging into "bisect_write".Christian Couder1-33/+14
2007-10-26Bisect: refactor "bisect_write_*" functions.Christian Couder1-26/+20
2007-10-26Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder1-6/+119
2007-10-26Bisect: fix some white spaces and empty lines breakages.Christian Couder1-9/+8
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-17/+17
2007-04-16Bisect: simplify "bisect start" logging.Christian Couder1-4/+1
2007-04-06git-bisect: allow bisecting with only one bad commit.Junio C Hamano1-34/+53
2007-04-05git-bisect: modernizationJunio C Hamano1-5/+4
2007-04-05Bisect: teach "bisect start" to optionally use one bad and many good revs.Christian Couder1-23/+82
2007-03-29Bisect: Improve error message in "bisect_next_check".Christian Couder1-7/+9
2007-03-27Bisect: add checks at the beginning of "git bisect run".Christian Couder1-0/+8
2007-03-25Bisect: Use "git-show-ref --verify" when reseting.Christian Couder1-1/+1
2007-03-23git-bisect.sh: properly dq $GIT_DIRJunio C Hamano1-1/+1
2007-03-23git-bisect: typofixJunio C Hamano1-1/+1
2007-03-23Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder1-3/+51
2007-03-23Bisect: convert revs given to good and bad to commitsUwe Kleine-König1-2/+2
2007-02-06add replay and log to the usage string of git-bisectUwe Kleine-König1-1/+1
2007-02-05bisect: it needs to be done in a working tree.Junio C Hamano1-0/+1
2007-02-01Use "git checkout -q" in git-bisectJunio C Hamano1-1/+1
2006-10-16bisect reset: Leave the tree in usable state if git-checkout failedPetr Baudis1-5/+6
2006-07-08Using 'perl' in *.shMichal Rokos1-1/+1
2006-02-13Merge some proposed fixesJunio C Hamano1-0/+1
2006-02-13bisect: remove BISECT_NAMES after done.Junio C Hamano1-0/+1
2006-02-12Properly git-bisect reset after bisecting from non-master headPetr Baudis1-3/+14
2005-12-14Usage message clean-up, take #2Fredrik Kuivinen1-13/+11
2005-12-06Use printf rather than echo -n.Jason Riedy1-1/+1
2005-11-28bisect: quote pathnames for eval safety.Junio C Hamano1-5/+20
2005-11-28bisect: limit the searchspace by pathspecsLinus Torvalds1-5/+5
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-10-01Add git-symbolic-refJunio C Hamano1-3/+4
2005-09-17Do not fail after calling bisect_auto_next()Junio C Hamano1-1/+1
2005-09-10Keep bisection log so that it can be replayed later.Junio C Hamano1-3/+47
2005-09-07Big tool rename.Junio C Hamano1-0/+178