summaryrefslogtreecommitdiff
path: root/git-bisect.sh
Commit message (Expand)AuthorAgeFilesLines
* bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy2015-08-031-1/+20
* bisect: add 'git bisect terms' to view the current termsMatthieu Moy2015-08-031-1/+38
* bisect: add the terms old/newAntoine Delaite2015-08-031-9/+17
* bisect: sanity check on termsMatthieu Moy2015-08-031-0/+33
* bisect: don't mix option parsing and non-trivial codead/bisect-cleanupMatthieu Moy2015-08-031-13/+17
* bisect: simplify the addition of new bisect termsAntoine Delaite2015-08-031-8/+71
* bisect: replace hardcoded "bad|good" by variablesAntoine Delaite2015-06-291-26/+31
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* bisect: parse revs before passing them to check_expected_revs()Christian Couder2014-12-291-4/+7
* grammofix in user-facing messagesah/grammofixAlex Henrie2014-09-021-2/+2
* git-bisect.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-1/+1
* git-bisect.sh: fix a few style issuesjn/bisect-coding-styleJacopo Notarstefano2014-03-031-4/+4
* typofixes: fix misspelt commentsMasanari Iida2013-11-121-1/+1
* bisect: Fix log output for multi-parent skip rangesTorstein Hegge2013-05-221-2/+2
* bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge2013-04-231-0/+10
* bisect: Store first bad commit as comment in log fileTorstein Hegge2013-04-151-1/+7
* Merge branch 'js/bisect-no-checkout'Junio C Hamano2011-10-171-1/+2
|\
| * bisect: fix exiting when checkout failed in bisect_start()Christian Couder2011-09-211-1/+2
* | bisect: take advantage of gettextln, eval_gettextln.Jon Seymour2011-08-301-35/+14
|/
* bisect: add support for bisecting bare repositoriesJon Seymour2011-08-091-2/+6
* bisect: further style nitpicksJunio C Hamano2011-08-051-10/+8
* bisect: replace "; then" with "\n<tab>*then"Jon Seymour2011-08-051-9/+18
* bisect: cleanup whitespace errors in git-bisect.sh.Jon Seymour2011-08-051-134/+134
* bisect: introduce --no-checkout support into porcelain.Jon Seymour2011-08-041-11/+37
* bisect: use && to connect statements that are deferred with eval.Jon Seymour2011-08-041-2/+2
* bisect: move argument parsing before state modification.Jon Seymour2011-08-041-33/+33
* i18n: git-bisect bisect_next_check "You need to" messageÆvar Arnfjörð Bjarmason2011-05-211-9/+16
* i18n: git-bisect [Y/n] messagesÆvar Arnfjörð Bjarmason2011-05-211-2/+8
* i18n: git-bisect bisect_replay + $1 messagesÆvar Arnfjörð Bjarmason2011-05-211-3/+4
* i18n: git-bisect bisect_reset + $1 messagesÆvar Arnfjörð Bjarmason2011-05-211-2/+4
* i18n: git-bisect bisect_run + $@ messagesÆvar Arnfjörð Bjarmason2011-05-211-3/+7
* i18n: git-bisect die + eval_gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-6/+6
* i18n: git-bisect die + gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-8/+8
* i18n: git-bisect echo + eval_gettext messageÆvar Arnfjörð Bjarmason2011-05-211-2/+5
* i18n: git-bisect echo + gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-3/+12
* i18n: git-bisect gettext + echo messageÆvar Arnfjörð Bjarmason2011-05-211-2/+2
* i18n: git-bisect add git-sh-i18nÆvar Arnfjörð Bjarmason2011-05-211-0/+1
* bisect: visualize with git-log if gitk is unavailableJeff King2011-03-211-4/+6
* bisect: check for mandatory argument of 'bisect replay'SZEDER Gábor2010-10-131-0/+1
* bisect: improve error msg of 'bisect reset' when original HEAD is deletedSZEDER Gábor2010-10-131-1/+6
* bisect: improve error message of 'bisect log' while not bisectingSZEDER Gábor2010-10-131-1/+5
* Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-251-2/+2
|\
| * Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-231-2/+2
* | bisect: simplify calling visualizer using '--bisect' optionChristian Couder2009-11-221-2/+1
* | bisect reset: Allow resetting to any commit, not just a branchAnders Kaseorg2009-10-131-4/+4
|/
* git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi2009-08-261-1/+1
* bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder2009-05-101-125/+2
* bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionChristian Couder2009-05-101-13/+3
* bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"Christian Couder2009-05-101-30/+9
* Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-121-86/+8
|\