| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -3/+2 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -1/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-04-24 | for-each-repo: optionally keep going on an error | Johannes Schindelin | 1 | -2/+11 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -2/+1 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+2 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+1 |
| 2023-03-28 | for-each-repo: with bad config, don't conflate <path> and <cmd> | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | for-each-repo: error on bad --config | Ævar Arnfjörð Bjarmason | 1 | -5/+6 |
| 2023-03-28 | config API: have *_multi() return an "int" and take a "dest" | Ævar Arnfjörð Bjarmason | 1 | -4/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2022-11-14 | for-each-repo: interpolate repo path arguments | Ronan Pigott | 1 | -1/+4 |
| 2022-10-13 | doc txt & -h consistency: add or fix optional "--" syntax | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-10-13 | doc txt & -h consistency: fix mismatching labels | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-07-26 | builtin/for-each-repo: remove unnecessary argv copy to plug leak | Andrzej Hunt | 1 | -10/+4 |
| 2021-01-07 | for-each-repo: do nothing on empty config | Derrick Stolee | 1 | -0/+7 |
| 2020-09-25 | for-each-repo: run subcommands on configured repos | Derrick Stolee | 1 | -0/+58 |