]> git.ipfire.org Git - thirdparty/git.git/history - bisect.c
bisect: when skipping, choose a commit away from a skipped commit
[thirdparty/git.git] / bisect.c
2009-06-06  Christian Couderbisect: when skipping, choose a commit away from a...
2009-06-06  Christian Couderbisect: add parameters to "filter_skipped"
2009-05-29  Christian Couderbisect: display first bad commit without forking a...
2009-05-27  Christian Couderbisect: drop unparse_commit() and use clear_commit_marks()
2009-05-18  Christian Couderbisect: check ancestors without forking a "git rev...
2009-05-18  Christian Couderbisect: rework some rev related functions to make them...
2009-05-10  Christian Couderbisect: make "git bisect" use new "--next-all" bisect...
2009-05-10  Christian Couderbisect: add "check_good_are_ancestors_of_bad" function
2009-05-10  Christian Couderbisect: implement the "check_merge_bases" function
2009-05-10  Christian Couderbisect: automatically sort sha1_array if needed when...
2009-05-10  Christian Couderbisect: make skipped array functions more generic
2009-05-10  Christian Couderbisect: remove too much function nesting
2009-05-10  Christian Couderbisect: use new "struct argv_array" to prepare argv...
2009-05-10  Christian Couderbisect: store good revisions in a "sha1_array"
2009-05-10  Christian Couderbisect: implement "rev_argv_push" to fill an argv with...
2009-05-10  Christian Couderbisect: use "sha1_array" to store skipped revisions
2009-05-10  Christian Couderbisect--helper: remove "--next-vars" option as it is...
2009-05-10  Christian Couderbisect--helper: add "--next-exit" to output bisect...
2009-05-10  Christian Couderbisect: move common bisect functionality to "bisect_common"
2009-05-06  Junio C HamanoMerge branch 'maint'
2009-05-03  Junio C HamanoSync with GIT 1.6.2.5
2009-05-02  Junio C HamanoMerge git://repo.or.cz/git-gui
2009-05-01  Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2009-04-29  Junio C HamanoMerge branch 'maint'
2009-04-28  Junio C HamanoMerge branch 'maint'
2009-04-25  Junio C HamanoMerge branch 'maint'
2009-04-23  Junio C HamanoMerge branch 'jc/maint-read-tree-multi'
2009-04-21  Junio C HamanoMerge branch 'mk/maint-apply-swap'
2009-04-21  Junio C HamanoMerge branch 'maint'
2009-04-20  Junio C HamanoMerge branch 'mm/maint-add-p-quit'
2009-04-20  Junio C HamanoSync with 1.6.2.4
2009-04-18  Junio C HamanoMerge branch 'lt/bool-on-off'
2009-04-18  Junio C HamanoMerge branch 'lt/pack-object-memuse'
2009-04-18  Junio C HamanoMerge branch 'maint'
2009-04-18  Junio C HamanoMerge branch 'eb/upload-archive-from-git-shell'
2009-04-18  Junio C HamanoMerge branch 'ns/am-to-empty'
2009-04-18  Junio C HamanoMerge branch 'da/difftool'
2009-04-18  Junio C HamanoMerge branch 'maint'
2009-04-13  Junio C HamanoMark t1301 permission test to depend on POSIXPERM
2009-04-12  Junio C HamanoMerge branch 'jk/no-perl'
2009-04-12  Junio C HamanoMerge branch 'sb/doc-upstream-branch'
2009-04-12  Junio C HamanoMerge branch 'jk/show-upstream'
2009-04-12  Junio C HamanoMerge branch 'fg/remote-prune'
2009-04-12  Junio C HamanoMerge branch 'cc/sha1-bsearch'
2009-04-12  Junio C HamanoMerge branch 'cc/bisect-filter'
2009-04-08  Christian Couderrev-list: add "int bisect_show_flags" in "struct rev_li...
2009-04-08  Christian Couderrev-list: remove last static vars used in "show_commit"
2009-04-05  Christian Couderbisect--helper: string output variables together with...
2009-04-05  Christian Couderrev-list: pass "int flags" as last argument of "show_bi...
2009-04-05  Christian Couderbisect: implement "read_bisect_paths" to read paths...
2009-04-05  Christian Couderbisect--helper: implement "git bisect--helper"
2009-04-05  Christian Couderbisect: use the new generic "sha1_pos" function to...
2009-04-05  Christian Couderrev-list: call new "filter_skip" function
2009-04-05  Junio C HamanoMerge branch 'cc/sha1-bsearch' into HEAD
2009-03-30  Christian Couderrev-list: move bisect related code into its own file