| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-21 | rev-list: make "struct rev_list_info" static to the only user | Junio C Hamano | 1 | -8/+0 |
| 2024-11-21 | bisect: fix leaking good/bad terms when reading multipe times | Patrick Steinhardt | 1 | -1/+1 |
| 2022-05-11 | bisect: output state before we are ready to compute bisection | Chris Down | 1 | -0/+9 |
| 2022-01-19 | bisect--helper: double-check run command on exit code 126 and 127 | René Scharfe | 1 | -0/+4 |
| 2020-08-07 | bisect: combine args passed to find_bisection() | Aaron Lipman | 1 | -1/+4 |
| 2020-08-07 | cmd_bisect__helper: defer parsing no-checkout flag | Aaron Lipman | 1 | -3/+1 |
| 2020-08-07 | rev-list: allow bisect and first-parent flags | Aaron Lipman | 1 | -1/+1 |
| 2020-02-19 | bisect: libify `bisect_next_all` | Pranit Bauva | 1 | -2/+8 |
| 2020-02-19 | bisect: libify `handle_bad_merge_base` and its dependents | Pranit Bauva | 1 | -0/+1 |
| 2020-02-19 | bisect: libify `check_merge_bases` and its dependents | Pranit Bauva | 1 | -1/+6 |
| 2020-02-19 | bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen... | Pranit Bauva | 1 | -1/+4 |
| 2020-02-19 | bisect: add enum to represent bisect returning codes | Miriam Rubio | 1 | -1/+13 |
| 2019-05-05 | *.[ch]: manually align parameter lists | Denton Liu | 1 | -7/+7 |
| 2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -6/+6 |
| 2018-11-12 | bisect.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
| 2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+2 |
| 2017-11-15 | Merge branch 'ma/bisect-leakfix' | Junio C Hamano | 1 | -3/+9 |
| 2017-11-06 | bisect: change calling-convention of `find_bisection()` | Martin Ågren | 1 | -3/+9 |
| 2017-10-06 | bisect--helper: `bisect_clean_state` shell function in C | Pranit Bauva | 1 | -0/+2 |
| 2015-08-03 | bisect: simplify the addition of new bisect terms | Antoine Delaite | 1 | -0/+2 |
| 2012-10-29 | Move print_commit_list to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -4/+0 |
| 2012-02-28 | rev-list: fix --verify-objects --quiet becoming --objects | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2012-02-28 | rev-list: remove BISECT_SHOW_TRIED flag | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
| 2011-08-04 | bisect: introduce support for --no-checkout option. | Jon Seymour | 1 | -1/+1 |
| 2010-01-11 | builtin-rev-list.c: mark file-local function static | Junio C Hamano | 1 | -2/+0 |
| 2009-06-06 | bisect: add parameters to "filter_skipped" | Christian Couder | 1 | -1/+3 |
| 2009-05-10 | bisect: make "git bisect" use new "--next-all" bisect-helper function | Christian Couder | 1 | -1/+1 |
| 2009-05-10 | rev-list: remove stringed output flag from "show_bisect_vars" | Christian Couder | 1 | -1/+0 |
| 2009-05-10 | bisect--helper: remove "--next-vars" option as it is now useless | Christian Couder | 1 | -1/+0 |
| 2009-05-10 | bisect--helper: add "--next-exit" to output bisect results | Christian Couder | 1 | -0/+1 |
| 2009-05-10 | rev-list: refactor printing bisect vars | Christian Couder | 1 | -0/+4 |
| 2009-05-10 | rev-list: make "estimate_bisect_steps" non static | Christian Couder | 1 | -0/+2 |
| 2009-04-07 | rev-list: add "int bisect_show_flags" in "struct rev_list_info" | Christian Couder | 1 | -3/+3 |
| 2009-04-07 | rev-list: remove last static vars used in "show_commit" | Christian Couder | 1 | -6/+8 |
| 2009-04-05 | bisect--helper: string output variables together with "&&" | Christian Couder | 1 | -0/+1 |
| 2009-04-05 | rev-list: pass "int flags" as last argument of "show_bisect_vars" | Christian Couder | 1 | -2/+6 |
| 2009-04-05 | bisect--helper: implement "git bisect--helper" | Christian Couder | 1 | -0/+7 |
| 2009-04-05 | rev-list: call new "filter_skip" function | Christian Couder | 1 | -1/+5 |
| 2009-03-30 | rev-list: pass "revs" to "show_bisect_vars" | Christian Couder | 1 | -1/+2 |
| 2009-03-30 | rev-list: make "show_bisect_vars" non static | Christian Couder | 1 | -0/+2 |
| 2009-03-30 | rev-list: move bisect related code into its own file | Christian Couder | 1 | -0/+8 |