| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: drop `git_config_get_string_multi()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -3/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-08-13 | global: prepare for hiding away repo-less config functions | Patrick Steinhardt | 1 | -0/+2 |
| 2023-07-05 | git-compat-util: move strbuf.c funcs to its header | Calvin Wan | 1 | -0/+1 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -1/+2 |
| 2023-04-24 | versioncmp.h: move declarations for versioncmp.c functions from cache.h | Elijah Newren | 1 | -1/+2 |
| 2023-03-28 | config API: add "string" version of *_value_multi(), fix segfaults | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2023-03-28 | config API: have *_multi() return an "int" and take a "dest" | Ævar Arnfjörð Bjarmason | 1 | -4/+7 |
| 2023-03-28 | versioncmp.c: refactor config reading next commit | Ævar Arnfjörð Bjarmason | 1 | -8/+11 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-01-12 | versioncmp: generalize version sort suffix reordering | SZEDER Gábor | 1 | -1/+8 |
| 2017-01-12 | versioncmp: factor out helper for suffix matching | SZEDER Gábor | 1 | -25/+39 |
| 2016-12-08 | versioncmp: use earliest-longest contained suffix to determine sorting order | SZEDER Gábor | 1 | -8/+25 |
| 2016-12-08 | versioncmp: cope with common part overlapping with prerelease suffix | SZEDER Gábor | 1 | -7/+21 |
| 2016-12-08 | versioncmp: pass full tagnames to swap_prereleases() | SZEDER Gábor | 1 | -16/+13 |
| 2015-02-27 | versionsort: support reorder prerelease suffixes | Nguyễn Thái Ngọc Duy | 1 | -0/+50 |
| 2014-02-27 | tag: support --sort=<spec> | Nguyễn Thái Ngọc Duy | 1 | -0/+93 |