index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bisect.c
Commit message (
Expand
)
Author
Age
*
bisect: make "git bisect" use new "--next-all" bisect-helper function
Christian Couder
2009-05-10
*
bisect: add "check_good_are_ancestors_of_bad" function
Christian Couder
2009-05-10
*
bisect: implement the "check_merge_bases" function
Christian Couder
2009-05-10
*
bisect: automatically sort sha1_array if needed when looking it up
Christian Couder
2009-05-10
*
bisect: make skipped array functions more generic
Christian Couder
2009-05-10
*
bisect: remove too much function nesting
Christian Couder
2009-05-10
*
bisect: use new "struct argv_array" to prepare argv for "setup_revisions"
Christian Couder
2009-05-10
*
bisect: store good revisions in a "sha1_array"
Christian Couder
2009-05-10
*
bisect: implement "rev_argv_push" to fill an argv with revs
Christian Couder
2009-05-10
*
bisect: use "sha1_array" to store skipped revisions
Christian Couder
2009-05-10
*
bisect--helper: remove "--next-vars" option as it is now useless
Christian Couder
2009-05-10
*
bisect--helper: add "--next-exit" to output bisect results
Christian Couder
2009-05-10
*
bisect: move common bisect functionality to "bisect_common"
Christian Couder
2009-05-10
*
rev-list: add "int bisect_show_flags" in "struct rev_list_info"
Christian Couder
2009-04-07
*
rev-list: remove last static vars used in "show_commit"
Christian Couder
2009-04-07
*
bisect--helper: string output variables together with "&&"
Christian Couder
2009-04-05
*
rev-list: pass "int flags" as last argument of "show_bisect_vars"
Christian Couder
2009-04-05
*
bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"
Christian Couder
2009-04-05
*
bisect--helper: implement "git bisect--helper"
Christian Couder
2009-04-05
*
bisect: use the new generic "sha1_pos" function to lookup sha1
Christian Couder
2009-04-05
*
rev-list: call new "filter_skip" function
Christian Couder
2009-04-05
*
rev-list: move bisect related code into its own file
Christian Couder
2009-03-30