summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)Author
2009-08-26git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-07-02Merge branch 'cc/bisect'Junio C Hamano
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-13bisect: use a PRNG with a bias when skipping away from untestable commitsChristian Couder
2009-06-06bisect: when skipping, choose a commit away from a skipped commitChristian Couder
2009-06-06bisect: add parameters to "filter_skipped"Christian Couder
2009-05-29bisect: display first bad commit without forking a new processChristian Couder
2009-05-27bisect: drop unparse_commit() and use clear_commit_marks()Christian Couder
2009-05-18bisect: check ancestors without forking a "git rev-list" processChristian Couder
2009-05-18bisect: rework some rev related functions to make them more reusableChristian Couder
2009-05-10bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder
2009-05-10bisect: add "check_good_are_ancestors_of_bad" functionChristian Couder
2009-05-10bisect: implement the "check_merge_bases" functionChristian Couder
2009-05-10bisect: automatically sort sha1_array if needed when looking it upChristian Couder
2009-05-10bisect: make skipped array functions more genericChristian Couder
2009-05-10bisect: remove too much function nestingChristian Couder
2009-05-10bisect: use new "struct argv_array" to prepare argv for "setup_revisions"Christian Couder
2009-05-10bisect: store good revisions in a "sha1_array"Christian Couder
2009-05-10bisect: implement "rev_argv_push" to fill an argv with revsChristian Couder
2009-05-10bisect: use "sha1_array" to store skipped revisionsChristian Couder
2009-05-10bisect--helper: remove "--next-vars" option as it is now uselessChristian Couder
2009-05-10bisect--helper: add "--next-exit" to output bisect resultsChristian Couder
2009-05-10bisect: move common bisect functionality to "bisect_common"Christian Couder
2009-04-08rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder
2009-04-08rev-list: remove last static vars used in "show_commit"Christian Couder
2009-04-05bisect--helper: string output variables together with "&&"Christian Couder
2009-04-05rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder
2009-04-05bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"Christian Couder
2009-04-05bisect--helper: implement "git bisect--helper"Christian Couder
2009-04-05bisect: use the new generic "sha1_pos" function to lookup sha1Christian Couder
2009-04-05rev-list: call new "filter_skip" functionChristian Couder
2009-03-30rev-list: move bisect related code into its own fileChristian Couder