| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: move Git config parsing into "environment.c" | Patrick Steinhardt | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-09 | parse-options: add precision handling for OPTION_BIT | René Scharfe | 1 | -0/+1 |
| 2025-04-17 | global: use designated initializers for options | Patrick Steinhardt | 1 | -4/+8 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -3/+5 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -2/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-09-12 | environment: make `get_index_file()` accept a repository | Patrick Steinhardt | 1 | -2/+2 |
| 2024-04-18 | builtin: stop using `the_index` | Patrick Steinhardt | 1 | -3/+3 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -0/+1 |
| 2023-04-17 | Merge branch 'sl/sparse-write-tree' | Junio C Hamano | 1 | -0/+3 |
| 2023-04-04 | write-tree: integrate with sparse index | Shuqi Liang | 1 | -0/+3 |
| 2023-03-21 | environment.h: move declarations for environment.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-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-10 | cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*" | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
| 2019-05-13 | cmd_{read,write}_tree: rename "unused" variable that is used | Jeff King | 1 | -6/+6 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-08-17 | Merge branch 'rs/parse-opt-lithelp' | Junio C Hamano | 1 | -3/+2 |
| 2018-08-03 | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP | René Scharfe | 1 | -3/+2 |
| 2018-03-14 | cache-tree: convert write_*_as_tree to object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | builtin/write-tree: convert to struct object_id | brian m. carlson | 1 | -3/+3 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2012-08-22 | i18n: write-tree: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+56 |