am: fix stgit patch mangling
[gitweb.git] / bisect.c
2009-05-26 Merge branch 'maint'
2009-05-26 Merge branch 'js/maint-no-ln-across-libexec-and-bin...
2009-05-26 Merge branch 'lt/maint-diff-reduce-lstat' into maint
2009-05-26 Merge branch 'do/maint-merge-recursive-fix' into maint
2009-05-26 Merge branch 'jk/maint-1.6.0-trace-argv' into maint
2009-05-24 Merge branch 'maint'
2009-05-24 Merge branch 'maint-1.6.2' into maint
2009-05-23 Merge branch 'jn/gitweb-cleanup'
2009-05-23 Merge branch 'mg/track'
2009-05-23 Merge branch 'fc/decorate-tag'
2009-05-23 Merge branch 'tp/send-email-from-config'
2009-05-23 Merge branch 'js/maint-no-ln-across-libexec-and-bin'
2009-05-23 Merge branch 'da/mergetool-lib'
2009-05-23 Merge branch 'cc/bisect' (early part)
2009-05-23 Merge branch 'lt/maint-diff-reduce-lstat'
2009-05-23 Merge branch 'do/maint-merge-recursive-fix'
2009-05-23 Merge branch 'jk/maint-1.6.0-trace-argv'
2009-05-18 Merge branch 'js/add-edit'
2009-05-16 Merge branch 'maint-1.6.2' into maint
2009-05-12 Merge branch 'maint-1.6.2' into maint
2009-05-10 bisect: make "git bisect" use new "--next-all" bisect...
2009-05-10 bisect: add "check_good_are_ancestors_of_bad" function
2009-05-10 bisect: implement the "check_merge_bases" function
2009-05-10 bisect: automatically sort sha1_array if needed when...
2009-05-10 bisect: make skipped array functions more generic
2009-05-10 bisect: remove too much function nesting
2009-05-10 bisect: use new "struct argv_array" to prepare argv...
2009-05-10 bisect: store good revisions in a "sha1_array"
2009-05-10 bisect: implement "rev_argv_push" to fill an argv with...
2009-05-10 bisect: use "sha1_array" to store skipped revisions
2009-05-10 bisect--helper: remove "--next-vars" option as it is...
2009-05-10 bisect--helper: add "--next-exit" to output bisect...
2009-05-10 bisect: move common bisect functionality to "bisect_common"
2009-05-06 Merge branch 'maint'
2009-05-03 Sync with GIT 1.6.2.5
2009-05-02 Merge git://repo.or.cz/git-gui
2009-05-01 Merge git://git.kernel.org/pub/scm/gitk/gitk
2009-04-29 Merge branch 'maint'
2009-04-28 Merge branch 'maint'
2009-04-25 Merge branch 'maint'
2009-04-23 Merge branch 'jc/maint-read-tree-multi'
2009-04-21 Merge branch 'mk/maint-apply-swap'
2009-04-21 Merge branch 'maint'
2009-04-20 Merge branch 'mm/maint-add-p-quit'
2009-04-20 Sync with 1.6.2.4
2009-04-18 Merge branch 'lt/bool-on-off'
2009-04-18 Merge branch 'lt/pack-object-memuse'
2009-04-18 Merge branch 'maint'
2009-04-18 Merge branch 'eb/upload-archive-from-git-shell'
2009-04-18 Merge branch 'ns/am-to-empty'
2009-04-18 Merge branch 'da/difftool'
2009-04-18 Merge branch 'maint'
2009-04-13 Mark t1301 permission test to depend on POSIXPERM
2009-04-12 Merge branch 'jk/no-perl'
2009-04-12 Merge branch 'sb/doc-upstream-branch'
2009-04-12 Merge branch 'jk/show-upstream'
2009-04-12 Merge branch 'fg/remote-prune'
2009-04-12 Merge branch 'cc/sha1-bsearch'
2009-04-12 Merge branch 'cc/bisect-filter'
2009-04-08 rev-list: add "int bisect_show_flags" in "struct rev_li...
2009-04-08 rev-list: remove last static vars used in "show_commit"
2009-04-05 bisect--helper: string output variables together with...
2009-04-05 rev-list: pass "int flags" as last argument of "show_bi...
2009-04-05 bisect: implement "read_bisect_paths" to read paths...
2009-04-05 bisect--helper: implement "git bisect--helper"
2009-04-05 bisect: use the new generic "sha1_pos" function to...
2009-04-05 rev-list: call new "filter_skip" function
2009-04-05 Merge branch 'cc/sha1-bsearch' into HEAD
2009-03-30 rev-list: move bisect related code into its own file