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