summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bisect--helper: string output variables together with "&&"Christian Couder2009-04-051-14/+1
| * bisect: use "bisect--helper" and remove "filter_skipped" functionChristian Couder2009-04-051-77/+12
* | bisect: improve error message when branch checkout failsChristian Couder2009-04-051-3/+3
|/
* rev-list: estimate number of bisection step leftChristian Couder2009-03-041-1/+1
* Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-271-1/+7
|\
| * bisect: fix another instance of eval'ed stringChristian Couder2009-02-271-1/+7
* | Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-271-35/+41
|\|
| * bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2009-02-271-35/+41
* | bisect view: call gitk if Cygwin's SESSIONNAME variable is setJohannes Schindelin2009-01-031-1/+1
* | Documentation: describe how to "bisect skip" a range of commitsChristian Couder2008-12-021-1/+1
* | bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder2008-12-021-2/+2
* | bisect: teach "skip" to accept special arguments like "A..B"Christian Couder2008-11-251-1/+18
* | bisect: fix missing "exit"Christian Couder2008-11-091-1/+1
* | bisect: remove "checkout_done" variable used when checking merge basesChristian Couder2008-09-051-5/+27
* | bisect: only check merge bases when neededChristian Couder2008-08-271-14/+34
* | bisect: test merge base if good rev is not an ancestor of bad revChristian Couder2008-08-271-25/+102
|/