| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-19 | Merge branch 'ps/ref-peeled-tags' | Junio C Hamano | 1 | -12/+5 |
| 2025-11-05 | Merge branch 'rz/t0450-bisect-doc-update' | Junio C Hamano | 1 | -8/+13 |
| 2025-11-04 | refs: introduce wrapper struct for `each_ref_fn` | Patrick Steinhardt | 1 | -12/+5 |
| 2025-10-28 | bisect: update usage and docs to match each other | Ruoyu Zhong | 1 | -8/+13 |
| 2025-10-22 | bisect: fix handling of `help` and invalid subcommands | Ruoyu Zhong | 1 | -1/+5 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-11-26 | builtin: pass repository to sub commands | Karthik Nayak | 1 | -11/+21 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -1/+5 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-09-05 | drop trailing newline from warning/error/die messages | Jeff King | 1 | -2/+2 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 1 | -1/+3 |
| 2024-06-07 | global: improve const correctness when assigning string constants | Patrick Steinhardt | 1 | -1/+2 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -18/+26 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2024-01-02 | Merge branch 'ps/pseudo-refs' | Junio C Hamano | 1 | -6/+2 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-12-20 | Merge branch 'jk/bisect-reset-fix' | Junio C Hamano | 1 | -5/+4 |
| 2023-12-14 | bisect: consistently write BISECT_EXPECTED_REV via the refdb | Patrick Steinhardt | 1 | -6/+2 |
| 2023-12-09 | bisect: always clean on reset | Jeff King | 1 | -5/+4 |
| 2023-10-23 | doc/git-bisect: clarify `git bisect run` syntax | Javier Mora | 1 | -2/+2 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 2023-04-24 | copy.h: move declarations for copy.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on oid-array.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -15/+18 |
| 2023-03-28 | cocci: apply the "revision.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2023-03-28 | cocci: apply the "pretty.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -4/+6 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -9/+10 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-19 | Merge branch 'rj/bisect-already-used-branch' | Junio C Hamano | 1 | -1/+2 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-01-22 | bisect: fix "reset" when branch is checked out elsewhere | Rubén Justo | 1 | -1/+2 |
| 2023-01-13 | bisect: remove Cogito-related code | Johannes Schindelin | 1 | -8/+0 |
| 2023-01-13 | bisect run: fix the error message | Johannes Schindelin | 1 | -1/+1 |
| 2023-01-13 | bisect--helper: make the order consistently `argc, argv` | Ævar Arnfjörð Bjarmason | 1 | -15/+18 |
| 2023-01-13 | bisect--helper: simplify exit code computation | Johannes Schindelin | 1 | -8/+1 |
| 2022-11-11 | Turn `git bisect` into a full built-in | Johannes Schindelin | 1 | -0/+1451 |