| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'nd/split-index-null-base-fix' | Junio C Hamano | 2019-03-07 | 1 | -16/+18 |
|\ |
|
| * | read-cache.c: fix writing "link" index ext with null base oid | Nguyễn Thái Ngọc Duy | 2019-02-13 | 1 | -16/+18 |
* | | read-cache: add invalidate parameter to remove_marked_cache_entries | Thomas Gummerer | 2019-01-02 | 1 | -1/+1 |
|/ |
|
* | split-index: BUG() when cache entry refers to non-existing shared entry | SZEDER Gábor | 2018-10-12 | 1 | -2/+2 |
* | split-index: smudge and add racily clean cache entries to split index | SZEDER Gábor | 2018-10-12 | 1 | -1/+41 |
* | split-index: don't compare cached data of entries already marked for split index | SZEDER Gábor | 2018-10-12 | 1 | -17/+72 |
* | split-index: count the number of deleted entries | SZEDER Gábor | 2018-10-12 | 1 | -1/+1 |
* | block alloc: allocate cache entries from mem_pool | Jameson Miller | 2018-07-03 | 1 | -8/+42 |
* | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 2018-07-03 | 1 | -4/+4 |
* | split-index: convert struct split_index to object_id | brian m. carlson | 2018-05-02 | 1 | -5/+5 |
* | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 1 | -8/+8 |
|\ |
|
| * | split-index: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -8/+8 |
* | | split-index: don't write cache tree with null oid entries | Thomas Gummerer | 2018-01-19 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 1 | -2/+1 |
|\ |
|
| * | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -2/+1 |
* | | Revert "split-index: add and use unshare_split_index()"nd/split-index-unshare | Junio C Hamano | 2017-06-24 | 1 | -44/+13 |
|/ |
|
* | split-index: add and use unshare_split_index() | Nguyễn Thái Ngọc Duy | 2017-05-08 | 1 | -13/+44 |
* | split-index: add {add,remove}_split_index() functions | Christian Couder | 2017-03-01 | 1 | -0/+22 |
* | split-index: s/eith/with/ typo fixcc/split-index-typofix | Christian Couder | 2016-11-01 | 1 | -1/+1 |
* | use COPY_ARRAYrs/copy-array | René Scharfe | 2016-09-25 | 1 | -4/+2 |
* | typofix: assorted typofixes in comments, documentation and messageslp/typofixes | Li Peng | 2016-05-06 | 1 | -1/+1 |
* | ewah: add convenient wrapper ewah_serialize_strbuf() | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -9/+2 |
* | update-index: new options to enable/disable split index mode | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+23 |
* | split-index: strip pathname of on-disk replaced entries | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -2/+12 |
* | split-index: do not invalidate cache-tree at read time | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+1 |
* | split-index: the reading part | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -2/+82 |
* | split-index: the writing part | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -2/+99 |
* | read-cache: mark updated entries for split index | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+15 |
* | read-cache: save deleted entries in split index | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+12 |
* | read-cache: split-index mode | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+90 |