summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
AgeCommit message (Expand)AuthorLines
2016-06-17i18n: unmark die messages for translationVasco Almeida-1/+1
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida-1/+0
2016-06-17i18n: bisect: simplify error message for i18nVasco Almeida-2/+3
2015-08-03bisect: allow setting any user-specified in 'git bisect start'Matthieu Moy-1/+20
2015-08-03bisect: add 'git bisect terms' to view the current termsMatthieu Moy-1/+38
2015-08-03bisect: add the terms old/newAntoine Delaite-9/+17
2015-08-03bisect: sanity check on termsMatthieu Moy-0/+33
2015-08-03bisect: don't mix option parsing and non-trivial codeMatthieu Moy-13/+17
2015-08-03bisect: simplify the addition of new bisect termsAntoine Delaite-8/+71
2015-06-29bisect: replace hardcoded "bad|good" by variablesAntoine Delaite-26/+31
2015-01-14standardize usage info string formatAlex Henrie-1/+1
2014-12-29bisect: parse revs before passing them to check_expected_revs()Christian Couder-4/+7
2014-09-02grammofix in user-facing messagesAlex Henrie-2/+2
2014-06-09git-bisect.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto-1/+1
2014-03-03git-bisect.sh: fix a few style issuesJacopo Notarstefano-4/+4
2013-11-12typofixes: fix misspelt commentsMasanari Iida-1/+1
2013-05-22bisect: Fix log output for multi-parent skip rangesTorstein Hegge-2/+2
2013-04-23bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge-0/+10
2013-04-15bisect: Store first bad commit as comment in log fileTorstein Hegge-1/+7
2011-10-17Merge branch 'js/bisect-no-checkout'Junio C Hamano-1/+2
2011-09-21bisect: fix exiting when checkout failed in bisect_start()Christian Couder-1/+2
2011-08-30bisect: take advantage of gettextln, eval_gettextln.Jon Seymour-35/+14
2011-08-09bisect: add support for bisecting bare repositoriesJon Seymour-2/+6
2011-08-05bisect: further style nitpicksJunio C Hamano-10/+8
2011-08-05bisect: replace "; then" with "\n<tab>*then"Jon Seymour-9/+18
2011-08-05bisect: cleanup whitespace errors in git-bisect.sh.Jon Seymour-134/+134
2011-08-04bisect: introduce --no-checkout support into porcelain.Jon Seymour-11/+37
2011-08-04bisect: use && to connect statements that are deferred with eval.Jon Seymour-2/+2
2011-08-04bisect: move argument parsing before state modification.Jon Seymour-33/+33
2011-05-21i18n: git-bisect bisect_next_check "You need to" messageÆvar Arnfjörð Bjarmason-9/+16
2011-05-21i18n: git-bisect [Y/n] messagesÆvar Arnfjörð Bjarmason-2/+8
2011-05-21i18n: git-bisect bisect_replay + $1 messagesÆvar Arnfjörð Bjarmason-3/+4
2011-05-21i18n: git-bisect bisect_reset + $1 messagesÆvar Arnfjörð Bjarmason-2/+4
2011-05-21i18n: git-bisect bisect_run + $@ messagesÆvar Arnfjörð Bjarmason-3/+7
2011-05-21i18n: git-bisect die + eval_gettext messagesÆvar Arnfjörð Bjarmason-6/+6
2011-05-21i18n: git-bisect die + gettext messagesÆvar Arnfjörð Bjarmason-8/+8
2011-05-21i18n: git-bisect echo + eval_gettext messageÆvar Arnfjörð Bjarmason-2/+5
2011-05-21i18n: git-bisect echo + gettext messagesÆvar Arnfjörð Bjarmason-3/+12
2011-05-21i18n: git-bisect gettext + echo messageÆvar Arnfjörð Bjarmason-2/+2
2011-05-21i18n: git-bisect add git-sh-i18nÆvar Arnfjörð Bjarmason-0/+1
2011-03-21bisect: visualize with git-log if gitk is unavailableJeff King-4/+6
2010-10-13bisect: check for mandatory argument of 'bisect replay'SZEDER Gábor-0/+1
2010-10-13bisect: improve error msg of 'bisect reset' when original HEAD is deletedSZEDER Gábor-1/+6
2010-10-13bisect: improve error message of 'bisect log' while not bisectingSZEDER Gábor-1/+5
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano-2/+2
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano-2/+2
2009-11-22bisect: simplify calling visualizer using '--bisect' optionChristian Couder-2/+1
2009-10-13bisect reset: Allow resetting to any commit, not just a branchAnders Kaseorg-4/+4
2009-08-26git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi-1/+1
2009-05-10bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder-125/+2