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