summaryrefslogtreecommitdiffstats
path: root/bisect.c
AgeCommit message (Expand)AuthorLines
2009-04-07rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder-2/+2
2009-04-07rev-list: remove last static vars used in "show_commit"Christian Couder-1/+5
2009-04-05bisect--helper: string output variables together with "&&"Christian Couder-1/+2
2009-04-05rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder-1/+1
2009-04-05bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"Christian Couder-9/+46
2009-04-05bisect--helper: implement "git bisect--helper"Christian Couder-0/+68
2009-04-05bisect: use the new generic "sha1_pos" function to lookup sha1Christian Couder-14/+9
2009-04-05rev-list: call new "filter_skip" functionChristian Couder-0/+63
2009-03-30rev-list: move bisect related code into its own fileChristian Couder-0/+388