summaryrefslogtreecommitdiff
path: root/git-bisect.sh
AgeCommit message (Expand)Author
2014-09-02grammofix in user-facing messagesAlex Henrie
2014-06-09git-bisect.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-03-04git-bisect.sh: fix a few style issuesJacopo Notarstefano
2013-11-12typofixes: fix misspelt commentsMasanari Iida
2013-05-22bisect: Fix log output for multi-parent skip rangesTorstein Hegge
2013-04-23bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge
2013-04-15bisect: Store first bad commit as comment in log fileTorstein Hegge
2011-10-18Merge branch 'js/bisect-no-checkout'Junio C Hamano
2011-09-21bisect: fix exiting when checkout failed in bisect_start()Christian Couder
2011-08-30bisect: take advantage of gettextln, eval_gettextln.Jon Seymour
2011-08-09bisect: add support for bisecting bare repositoriesJon Seymour
2011-08-05bisect: further style nitpicksJunio C Hamano
2011-08-05bisect: replace "; then" with "\n<tab>*then"Jon Seymour
2011-08-05bisect: cleanup whitespace errors in git-bisect.sh.Jon Seymour
2011-08-04bisect: introduce --no-checkout support into porcelain.Jon Seymour
2011-08-04bisect: use && to connect statements that are deferred with eval.Jon Seymour
2011-08-04bisect: move argument parsing before state modification.Jon Seymour
2011-05-21i18n: git-bisect bisect_next_check "You need to" messageÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect [Y/n] messagesÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect bisect_replay + $1 messagesÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect bisect_reset + $1 messagesÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect bisect_run + $@ messagesÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect die + eval_gettext messagesÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect die + gettext messagesÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect echo + eval_gettext messageÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect echo + gettext messagesÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect gettext + echo messageÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-bisect add git-sh-i18nÆvar Arnfjörð Bjarmason
2011-03-21bisect: visualize with git-log if gitk is unavailableJeff King
2010-10-13bisect: check for mandatory argument of 'bisect replay'SZEDER Gábor
2010-10-13bisect: improve error msg of 'bisect reset' when original HEAD is deletedSZEDER Gábor
2010-10-13bisect: improve error message of 'bisect log' while not bisectingSZEDER Gábor
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano
2009-11-24Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano
2009-11-23bisect: simplify calling visualizer using '--bisect' optionChristian Couder
2009-10-14bisect reset: Allow resetting to any commit, not just a branchAnders Kaseorg
2009-08-26git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi
2009-05-10bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder
2009-05-10bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionChristian Couder
2009-05-10bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"Christian Couder
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano
2009-04-05bisect--helper: string output variables together with "&&"Christian Couder
2009-04-05bisect: use "bisect--helper" and remove "filter_skipped" functionChristian Couder
2009-04-05bisect: improve error message when branch checkout failsChristian Couder
2009-03-04rev-list: estimate number of bisection step leftChristian Couder
2009-02-28Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano
2009-02-27bisect: fix another instance of eval'ed stringChristian Couder
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder
2009-01-03bisect view: call gitk if Cygwin's SESSIONNAME variable is setJohannes Schindelin