- 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years, 1 month ago
- 6269f8e treewide: always have a valid "index_state.repo" member by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
- 2f6b1eb cache API: add a "INDEX_STATE_INIT" macro/function, add release_index() by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
- 451b66c split-index: it really is incompatible with the sparse index by Johannes Schindelin · 3 years, 2 months ago
- 09751bf split-index: use oideq instead of memcmp to compare object_id's by Andrzej Hunt · 3 years, 9 months ago
- 92e2cab Always use oidread to read into struct object_id by brian m. carlson · 3 years, 11 months ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
- 44c7e1a mem-pool: use more standard initialization and finalization by Elijah Newren · 4 years, 7 months ago
- 0efa3d7 Merge branch 'nd/split-index-null-base-fix' by Junio C Hamano · 6 years ago
- 6e37c8e read-cache.c: fix writing "link" index ext with null base oid by Nguyễn Thái Ngọc Duy · 6 years ago
- 6fdc205 read-cache: add invalidate parameter to remove_marked_cache_entries by Thomas Gummerer · 6 years ago
- 4c490f3 split-index: BUG() when cache entry refers to non-existing shared entry by SZEDER Gábor · 6 years ago
- 5581a01 split-index: smudge and add racily clean cache entries to split index by SZEDER Gábor · 6 years ago
- e3d8379 split-index: don't compare cached data of entries already marked for split index by SZEDER Gábor · 6 years ago
- 2034e84 split-index: count the number of deleted entries by SZEDER Gábor · 6 years ago
- 8e72d67 block alloc: allocate cache entries from mem_pool by Jameson Miller · 7 years ago
- a849735 block alloc: add lifecycle APIs for cache_entry structs by Jameson Miller · 7 years ago
- 2182abd split-index: convert struct split_index to object_id by brian m. carlson · 7 years ago
- 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
- 75b7b97 split-index: rename 'new' variables by Brandon Williams · 7 years ago
- 4bddd98 split-index: don't write cache tree with null oid entries by Thomas Gummerer · 7 years ago
- 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
- 64719b1 Revert "split-index: add and use unshare_split_index()" by Junio C Hamano · 8 years ago
- 88ce3ef *.[ch] refactoring: make use of the FREE_AND_NULL() macro by Ævar Arnfjörð Bjarmason · 8 years ago
- f9d7abe split-index: add and use unshare_split_index() by Nguyễn Thái Ngọc Duy · 8 years ago
- cef4fc7 split-index: add {add,remove}_split_index() functions by Christian Couder · 8 years ago
- 753c451 split-index: s/eith/with/ typo fix by Christian Couder · 8 years ago
- 45ccef8 use COPY_ARRAY by René Scharfe · 8 years ago
- 832c0e5 typofix: assorted typofixes in comments, documentation and messages by Li Peng · 9 years ago
- be0d9d5 ewah: add convenient wrapper ewah_serialize_strbuf() by Nguyễn Thái Ngọc Duy · 10 years ago
- c18b80a update-index: new options to enable/disable split index mode by Nguyễn Thái Ngọc Duy · 11 years ago
- b3c96fb split-index: strip pathname of on-disk replaced entries by Nguyễn Thái Ngọc Duy · 11 years ago
- ce7c614 split-index: do not invalidate cache-tree at read time by Nguyễn Thái Ngọc Duy · 11 years ago
- 76b07b3 split-index: the reading part by Nguyễn Thái Ngọc Duy · 11 years ago
- 96a1d8d split-index: the writing part by Nguyễn Thái Ngọc Duy · 11 years ago
- 078a58e read-cache: mark updated entries for split index by Nguyễn Thái Ngọc Duy · 11 years ago
- 045113a read-cache: save deleted entries in split index by Nguyễn Thái Ngọc Duy · 11 years ago
- 5fc2fc8 read-cache: split-index mode by Nguyễn Thái Ngọc Duy · 11 years ago