aboutsummaryrefslogtreecommitdiffstats
path: root/bisect.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-10bisect: add "check_good_are_ancestors_of_bad" functionChristian Couder1-0/+75
2009-05-10bisect: implement the "check_merge_bases" functionChristian Couder1-0/+130
2009-05-10bisect: automatically sort sha1_array if needed when looking it upChristian Couder1-2/+6
2009-05-10bisect: make skipped array functions more genericChristian Couder1-12/+12
2009-05-10bisect: remove too much function nestingChristian Couder1-10/+8
2009-05-10bisect: use new "struct argv_array" to prepare argv for "setup_revisions"Christian Couder1-28/+29
2009-05-10bisect: store good revisions in a "sha1_array"Christian Couder1-7/+19
2009-05-10bisect: implement "rev_argv_push" to fill an argv with revsChristian Couder1-8/+11
2009-05-10bisect: use "sha1_array" to store skipped revisionsChristian Couder1-10/+15
2009-05-10bisect--helper: remove "--next-vars" option as it is now uselessChristian Couder1-15/+0
2009-05-10bisect--helper: add "--next-exit" to output bisect resultsChristian Couder1-0/+105
2009-05-10bisect: move common bisect functionality to "bisect_common"Christian Couder1-9/+15
2009-04-07rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder1-2/+2
2009-04-07rev-list: remove last static vars used in "show_commit"Christian Couder1-1/+5
2009-04-05bisect--helper: string output variables together with "&&"Christian Couder1-1/+2
2009-04-05rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder1-1/+1
2009-04-05bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"Christian Couder1-9/+46
2009-04-05bisect--helper: implement "git bisect--helper"Christian Couder1-0/+68
2009-04-05bisect: use the new generic "sha1_pos" function to lookup sha1Christian Couder1-14/+9
2009-04-05rev-list: call new "filter_skip" functionChristian Couder1-0/+63
2009-03-30rev-list: move bisect related code into its own fileChristian Couder1-0/+388