1. 492ee03 Merge branch 'en/header-cleanup' by Junio C Hamano · 1 year ago
  2. dbf668a Merge branch 'ps/pseudo-refs' by Junio C Hamano · 1 year, 1 month ago
  3. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 1 year, 1 month ago
  4. 67dfb89 Merge branch 'jk/bisect-reset-fix' by Junio C Hamano · 1 year, 1 month ago
  5. 0a06892 bisect: consistently write BISECT_EXPECTED_REV via the refdb by Patrick Steinhardt · 1 year, 1 month ago
  6. daaa03e bisect: always clean on reset by Jeff King · 1 year, 1 month ago
  7. 3f02785 doc/git-bisect: clarify `git bisect run` syntax by Javier Mora · 1 year, 3 months ago
  8. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 7 months ago
  9. c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 8 months ago
  10. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
  11. d5fff46 copy.h: move declarations for copy.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  12. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  13. 6f2d743 treewide: be explicit about dependence on oid-array.h by Elijah Newren · 1 year, 9 months ago
  14. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 10 months ago
  15. 035c7de cocci: apply the "revision.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  16. bab8216 cocci: apply the "pretty.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  17. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  18. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  19. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  20. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
  21. c79786c Merge branch 'rj/bisect-already-used-branch' by Junio C Hamano · 1 year, 10 months ago
  22. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
  23. 7fb8904 bisect: fix "reset" when branch is checked out elsewhere by Rubén Justo · 2 years ago
  24. 70d3dbf bisect: remove Cogito-related code by Johannes Schindelin · 2 years ago
  25. 4de06fb bisect run: fix the error message by Johannes Schindelin · 2 years ago
  26. 6f97792 bisect--helper: make the order consistently `argc, argv` by Ævar Arnfjörð Bjarmason · 2 years ago
  27. 7a8d7aa bisect--helper: simplify exit code computation by Johannes Schindelin · 2 years ago
  28. 73fce29 Turn `git bisect` into a full built-in by Johannes Schindelin · 2 years, 2 months ago[Renamed (99%) from builtin/bisect--helper.c]
  29. 0da4b53 bisect--helper: log: allow arbitrary number of arguments by Đoàn Trần Công Danh · 2 years, 2 months ago
  30. df63421 bisect--helper: handle states directly by Johannes Schindelin · 2 years, 2 months ago
  31. 5512376 bisect--helper: emit usage for "git bisect" by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
  32. 252060b bisect--helper: identify as bisect when report error by Đoàn Trần Công Danh · 2 years, 2 months ago
  33. 8962f8f bisect-run: verify_good: account for non-negative exit status by Đoàn Trần Công Danh · 2 years, 2 months ago
  34. 461fec4 bisect run: keep some of the post-v2.30.0 output by Đoàn Trần Công Danh · 2 years, 2 months ago
  35. f37d0bd bisect: fix output regressions in v2.30.0 by Đoàn Trần Công Danh · 2 years, 2 months ago
  36. bdd2aa8 bisect: refactor bisect_run() to match CodingGuidelines by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
  37. 2445d34 Merge branch 'dd/bisect-helper-subcommand' into dd/git-bisect-builtin by Taylor Blau · 2 years, 2 months ago
  38. e9011b6 bisect--helper: parse subcommand with OPT_SUBCOMMAND by Đoàn Trần Công Danh · 2 years, 2 months ago
  39. 464ce0a bisect--helper: move all subcommands into their own functions by Đoàn Trần Công Danh · 2 years, 2 months ago
  40. 58786d7 bisect--helper: remove unused options by Đoàn Trần Công Danh · 2 years, 2 months ago
  41. ddbb47f replace and remove run_command_v_opt() by René Scharfe · 2 years, 3 months ago
  42. 0e90673 use child_process members "args" and "env" directly by René Scharfe · 2 years, 3 months ago
  43. eede29a bisect--helper: factor out do_bisect_run() by René Scharfe · 2 years, 3 months ago
  44. 8646100 Merge branch 'rs/bisect-start-leakfix' by Junio C Hamano · 2 years, 3 months ago
  45. 246526d bisect--helper: plug strvec leak by René Scharfe · 2 years, 3 months ago
  46. dd407f1 Merge branch 'ab/unused-annotation' by Junio C Hamano · 2 years, 4 months ago
  47. a6b42ec Merge branch 'jk/unused-annotation' by Junio C Hamano · 2 years, 4 months ago
  48. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  49. 63e14ee refs: mark unused each_ref_fn parameters by Jeff King · 2 years, 5 months ago
  50. 99d86d6 parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options by SZEDER Gábor · 2 years, 5 months ago
  51. 2da81d1 Merge branch 'ab/plug-leak-in-revisions' by Junio C Hamano · 2 years, 8 months ago
  52. 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 2 years, 8 months ago
  53. f11046e bisect: output bisect setup status in bisect log by Chris Down · 2 years, 8 months ago
  54. 0cf1def bisect: output state before we are ready to compute bisection by Chris Down · 2 years, 8 months ago
  55. afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 9 months ago
  56. 2108fe4 revisions API users: add straightforward release_revisions() by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  57. 6d8d81e Merge branch 'ac/usage-string-fixups' by Junio C Hamano · 2 years, 11 months ago
  58. e828747 Merge branch 'rs/bisect-executable-not-found' by Junio C Hamano · 2 years, 11 months ago
  59. 9e1f22c amend remaining usage strings according to style guide by Abhradeep Chakraborty · 2 years, 11 months ago
  60. 959d670 i18n: remove from i18n strings that do not hold translatable parts by Jean-Noël Avila · 3 years ago
  61. 48af1fd bisect--helper: double-check run command on exit code 126 and 127 by René Scharfe · 3 years ago
  62. 8efa2ac bisect--helper: release strbuf and strvec on run error by René Scharfe · 3 years ago
  63. 80c2e96 bisect--helper: report actual bisect_state() argument on error by René Scharfe · 3 years ago
  64. 273c9c5 bisect--helper: add space between colon and following sentence by Bagas Sanjaya · 3 years, 4 months ago
  65. 911aba1 bisect--helper: retire `--bisect-next-check` subcommand by Miriam Rubio · 3 years, 4 months ago
  66. d1bbbe4 bisect--helper: reimplement `bisect_run` shell function in C by Tanushree Tumane · 3 years, 4 months ago
  67. 5e1f28d bisect--helper: reimplement `bisect_visualize()` shell function in C by Pranit Bauva · 3 years, 4 months ago
  68. 48ca53c *.c static functions: add missing __attribute__((format)) by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
  69. 4cd66e7 bisect--helper: use BISECT_TERMS in 'bisect skip' command by Ramsay Jones · 3 years, 9 months ago
  70. 35381b1 Merge branch 'jk/bisect-peel-tag-fix' by Junio C Hamano · 3 years, 10 months ago
  71. 7730f85 bisect: peel annotated tags to commits by Jeff King · 3 years, 10 months ago
  72. 97b8294 bisect--helper: retire `--check-and-set-terms` subcommand by Pranit Bauva · 4 years ago
  73. e4c7b33 bisect--helper: reimplement `bisect_skip` shell function in C by Pranit Bauva · 4 years ago
  74. 9feea34 bisect--helper: retire `--bisect-auto-next` subcommand by Pranit Bauva · 4 years ago
  75. b7a6f16 bisect--helper: use `res` instead of return in BISECT_RESET case option by Pranit Bauva · 4 years ago
  76. 68efed8 bisect--helper: retire `--bisect-write` subcommand by Pranit Bauva · 4 years ago
  77. 2b1fd94 bisect--helper: reimplement `bisect_replay` shell function in C by Pranit Bauva · 4 years ago
  78. 97d5ba6 bisect--helper: reimplement `bisect_log` shell function in C by Pranit Bauva · 4 years ago
  79. cfdc70b Merge branch 'mr/bisect-in-c-3' by Junio C Hamano · 4 years, 2 months ago
  80. b0f6494 bisect--helper: retire `--bisect-autostart` subcommand by Pranit Bauva · 4 years, 3 months ago
  81. 5c517fe bisect--helper: retire `--write-terms` subcommand by Pranit Bauva · 4 years, 3 months ago
  82. 9b437b0 bisect--helper: retire `--check-expected-revs` subcommand by Pranit Bauva · 4 years, 3 months ago
  83. 27257bc bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C by Pranit Bauva · 4 years, 3 months ago
  84. 04774b4 bisect--helper: retire `--next-all` subcommand by Pranit Bauva · 4 years, 3 months ago
  85. e439607 bisect--helper: retire `--bisect-clean-state` subcommand by Pranit Bauva · 4 years, 3 months ago
  86. 88ad372 bisect--helper: finish porting `bisect_start()` to C by Pranit Bauva · 4 years, 3 months ago
  87. f4cc68c Merge branch 'mr/bisect-in-c-2' by Junio C Hamano · 4 years, 4 months ago
  88. 03a0182 Merge branch 'cc/bisect-start-fix' by Junio C Hamano · 4 years, 4 months ago
  89. 73c6de0 bisect: don't use invalid oid as rev when starting by Christian Couder · 4 years, 4 months ago
  90. 517ecb3 bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C by Pranit Bauva · 4 years, 4 months ago
  91. 09535f0 bisect--helper: reimplement `bisect_autostart` shell function in C by Pranit Bauva · 4 years, 4 months ago
  92. 7b4de74 bisect--helper: introduce new `write_in_file()` function by Miriam Rubio · 4 years, 5 months ago
  93. 3027676 bisect--helper: use '-res' in 'cmd_bisect__helper' return by Miriam Rubio · 4 years, 5 months ago
  94. ef5aef5 bisect--helper: BUG() in cmd_*() on invalid subcommand by Miriam Rubio · 4 years, 5 months ago
  95. ef4d9f8 bisect: swap command-line options in documentation by Hugo Locurcio · 4 years, 5 months ago
  96. 47f0f94 Merge branch 'al/bisect-first-parent' by Junio C Hamano · 4 years, 5 months ago
  97. 46b225f Merge branch 'jk/strvec' by Junio C Hamano · 4 years, 5 months ago
  98. e8861ff bisect: introduce first-parent flag by Aaron Lipman · 4 years, 5 months ago
  99. be5fe20 cmd_bisect__helper: defer parsing no-checkout flag by Aaron Lipman · 4 years, 5 months ago
  100. d70a9eb strvec: rename struct fields by Jeff King · 4 years, 6 months ago