| Commit message (Expand) | Author | Age | Files | Lines |
* | Move print_commit_list to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 | 1 | -4/+0 |
* | rev-list: fix --verify-objects --quiet becoming --objectsnd/maint-verify-objects | Nguyễn Thái Ngọc Duy | 2012-02-28 | 1 | -2/+2 |
* | rev-list: remove BISECT_SHOW_TRIED flag | Nguyễn Thái Ngọc Duy | 2012-02-28 | 1 | -1/+0 |
* | bisect: introduce support for --no-checkout option. | Jon Seymour | 2011-08-04 | 1 | -1/+1 |
* | builtin-rev-list.c: mark file-local function static | Junio C Hamano | 2010-01-11 | 1 | -2/+0 |
* | bisect: add parameters to "filter_skipped" | Christian Couder | 2009-06-06 | 1 | -1/+3 |
* | bisect: make "git bisect" use new "--next-all" bisect-helper function | Christian Couder | 2009-05-10 | 1 | -1/+1 |
* | rev-list: remove stringed output flag from "show_bisect_vars" | Christian Couder | 2009-05-10 | 1 | -1/+0 |
* | bisect--helper: remove "--next-vars" option as it is now useless | Christian Couder | 2009-05-10 | 1 | -1/+0 |
* | bisect--helper: add "--next-exit" to output bisect results | Christian Couder | 2009-05-10 | 1 | -0/+1 |
* | rev-list: refactor printing bisect vars | Christian Couder | 2009-05-10 | 1 | -0/+4 |
* | rev-list: make "estimate_bisect_steps" non static | Christian Couder | 2009-05-10 | 1 | -0/+2 |
* | rev-list: add "int bisect_show_flags" in "struct rev_list_info" | Christian Couder | 2009-04-07 | 1 | -3/+3 |
* | rev-list: remove last static vars used in "show_commit" | Christian Couder | 2009-04-07 | 1 | -6/+8 |
* | bisect--helper: string output variables together with "&&" | Christian Couder | 2009-04-05 | 1 | -0/+1 |
* | rev-list: pass "int flags" as last argument of "show_bisect_vars" | Christian Couder | 2009-04-05 | 1 | -2/+6 |
* | bisect--helper: implement "git bisect--helper" | Christian Couder | 2009-04-05 | 1 | -0/+7 |
* | rev-list: call new "filter_skip" function | Christian Couder | 2009-04-05 | 1 | -1/+5 |
* | rev-list: pass "revs" to "show_bisect_vars" | Christian Couder | 2009-03-30 | 1 | -1/+2 |
* | rev-list: make "show_bisect_vars" non static | Christian Couder | 2009-03-30 | 1 | -0/+2 |
* | rev-list: move bisect related code into its own file | Christian Couder | 2009-03-30 | 1 | -0/+8 |