1. ad464a4 bisect: combine args passed to find_bisection() by Aaron Lipman · 4 years, 7 months ago
  2. be5fe20 cmd_bisect__helper: defer parsing no-checkout flag by Aaron Lipman · 4 years, 7 months ago
  3. 0fe305a rev-list: allow bisect and first-parent flags by Aaron Lipman · 4 years, 7 months ago
  4. 6c69f22 bisect: libify `bisect_next_all` by Pranit Bauva · 5 years ago
  5. 9ec598e bisect: libify `handle_bad_merge_base` and its dependents by Pranit Bauva · 5 years ago
  6. cdd4dc2 bisect: libify `check_merge_bases` and its dependents by Pranit Bauva · 5 years ago
  7. ce58b5d bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents by Pranit Bauva · 5 years ago
  8. 680e8a0 bisect: add enum to represent bisect returning codes by Miriam Rubio · 5 years ago
  9. ad6dad0 *.[ch]: manually align parameter lists by Denton Liu · 6 years ago
  10. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 6 years ago
  11. 69d2cfe bisect.c: remove the_repository reference by Nguyễn Thái Ngọc Duy · 6 years ago
  12. ef3ca95 Add missing includes and forward declarations by Elijah Newren · 7 years ago
  13. f116163 Merge branch 'ma/bisect-leakfix' by Junio C Hamano · 7 years ago
  14. 24d707f bisect: change calling-convention of `find_bisection()` by Martin Ågren · 7 years ago
  15. fb71a32 bisect--helper: `bisect_clean_state` shell function in C by Pranit Bauva · 7 years ago
  16. cb46d63 bisect: simplify the addition of new bisect terms by Antoine Delaite · 10 years ago
  17. efc7df4 Move print_commit_list to libgit.a by Nguyễn Thái Ngọc Duy · 12 years ago
  18. 9899372 rev-list: fix --verify-objects --quiet becoming --objects by Nguyễn Thái Ngọc Duy · 13 years ago
  19. 8ba8fe0 rev-list: remove BISECT_SHOW_TRIED flag by Nguyễn Thái Ngọc Duy · 13 years ago
  20. fee92fc bisect: introduce support for --no-checkout option. by Jon Seymour · 14 years ago
  21. f1c92c6 builtin-rev-list.c: mark file-local function static by Junio C Hamano · 15 years ago
  22. 9af3589 bisect: add parameters to "filter_skipped" by Christian Couder · 16 years ago
  23. 0871984 bisect: make "git bisect" use new "--next-all" bisect-helper function by Christian Couder · 16 years ago
  24. 38ef750 rev-list: remove stringed output flag from "show_bisect_vars" by Christian Couder · 16 years ago
  25. c99f069 bisect--helper: remove "--next-vars" option as it is now useless by Christian Couder · 16 years ago
  26. ef24c7c bisect--helper: add "--next-exit" to output bisect results by Christian Couder · 16 years ago
  27. 280e65c rev-list: refactor printing bisect vars by Christian Couder · 16 years ago
  28. 1c87654 rev-list: make "estimate_bisect_steps" non static by Christian Couder · 16 years ago
  29. 13858e5 rev-list: add "int bisect_show_flags" in "struct rev_list_info" by Christian Couder · 16 years ago
  30. d797257 rev-list: remove last static vars used in "show_commit" by Christian Couder · 16 years ago
  31. e89aa6d bisect--helper: string output variables together with "&&" by Christian Couder · 16 years ago
  32. 37c4c38 rev-list: pass "int flags" as last argument of "show_bisect_vars" by Christian Couder · 16 years ago
  33. 1bf072e bisect--helper: implement "git bisect--helper" by Christian Couder · 16 years ago
  34. 9518864 rev-list: call new "filter_skip" function by Christian Couder · 16 years ago
  35. 7428d75 rev-list: pass "revs" to "show_bisect_vars" by Christian Couder · 16 years ago
  36. 6a17fad rev-list: make "show_bisect_vars" non static by Christian Couder · 16 years ago
  37. a2ad79c rev-list: move bisect related code into its own file by Christian Couder · 16 years ago