| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-11-21 | split-index: fix memory leak in `move_cache_to_base_index()` | Patrick Steinhardt | 1 | -1/+5 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-14 | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 1 | -1/+1 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | treewide: be explicit about dependence on strbuf.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on mem-pool.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 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-01-17 | treewide: always have a valid "index_state.repo" member | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-01-16 | cache API: add a "INDEX_STATE_INIT" macro/function, add release_index() | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2022-01-23 | split-index: it really is incompatible with the sparse index | Johannes Schindelin | 1 | -0/+3 |
| 2021-06-15 | split-index: use oideq instead of memcmp to compare object_id's | Andrzej Hunt | 1 | -1/+2 |
| 2021-04-27 | Always use oidread to read into struct object_id | brian m. carlson | 1 | -1/+1 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
| 2020-08-18 | mem-pool: use more standard initialization and finalization | Elijah Newren | 1 | -2/+4 |
| 2019-03-07 | Merge branch 'nd/split-index-null-base-fix' | Junio C Hamano | 1 | -16/+18 |
| 2019-02-13 | read-cache.c: fix writing "link" index ext with null base oid | Nguyễn Thái Ngọc Duy | 1 | -16/+18 |
| 2019-01-02 | read-cache: add invalidate parameter to remove_marked_cache_entries | Thomas Gummerer | 1 | -1/+1 |
| 2018-10-12 | split-index: BUG() when cache entry refers to non-existing shared entry | SZEDER Gábor | 1 | -2/+2 |
| 2018-10-12 | split-index: smudge and add racily clean cache entries to split index | SZEDER Gábor | 1 | -1/+41 |
| 2018-10-12 | split-index: don't compare cached data of entries already marked for split index | SZEDER Gábor | 1 | -17/+72 |
| 2018-10-12 | split-index: count the number of deleted entries | SZEDER Gábor | 1 | -1/+1 |
| 2018-07-03 | block alloc: allocate cache entries from mem_pool | Jameson Miller | 1 | -8/+42 |
| 2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -4/+4 |
| 2018-05-02 | split-index: convert struct split_index to object_id | brian m. carlson | 1 | -5/+5 |
| 2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -8/+8 |
| 2018-02-22 | split-index: rename 'new' variables | Brandon Williams | 1 | -8/+8 |
| 2018-01-19 | split-index: don't write cache tree with null oid entries | Thomas Gummerer | 1 | -0/+2 |
| 2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
| 2017-06-24 | Revert "split-index: add and use unshare_split_index()" | Junio C Hamano | 1 | -44/+13 |
| 2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2017-05-08 | split-index: add and use unshare_split_index() | Nguyễn Thái Ngọc Duy | 1 | -13/+44 |
| 2017-03-01 | split-index: add {add,remove}_split_index() functions | Christian Couder | 1 | -0/+22 |
| 2016-11-01 | split-index: s/eith/with/ typo fix | Christian Couder | 1 | -1/+1 |
| 2016-09-25 | use COPY_ARRAY | René Scharfe | 1 | -4/+2 |
| 2016-05-06 | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 1 | -1/+1 |
| 2015-03-12 | ewah: add convenient wrapper ewah_serialize_strbuf() | Nguyễn Thái Ngọc Duy | 1 | -9/+2 |
| 2014-06-13 | update-index: new options to enable/disable split index mode | Nguyễn Thái Ngọc Duy | 1 | -0/+23 |
| 2014-06-13 | split-index: strip pathname of on-disk replaced entries | Nguyễn Thái Ngọc Duy | 1 | -2/+12 |
| 2014-06-13 | split-index: do not invalidate cache-tree at read time | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2014-06-13 | split-index: the reading part | Nguyễn Thái Ngọc Duy | 1 | -2/+82 |
| 2014-06-13 | split-index: the writing part | Nguyễn Thái Ngọc Duy | 1 | -2/+99 |
| 2014-06-13 | read-cache: mark updated entries for split index | Nguyễn Thái Ngọc Duy | 1 | -0/+15 |
| 2014-06-13 | read-cache: save deleted entries in split index | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
| 2014-06-13 | read-cache: split-index mode | Nguyễn Thái Ngọc Duy | 1 | -0/+90 |