summaryrefslogtreecommitdiffstats
path: root/split-index.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\
| * *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | Revert "split-index: add and use unshare_split_index()"Junio C Hamano2017-06-241-44/+13
|/
* split-index: add and use unshare_split_index()Nguyễn Thái Ngọc Duy2017-05-081-13/+44
* split-index: add {add,remove}_split_index() functionsChristian Couder2017-03-011-0/+22
* split-index: s/eith/with/ typo fixChristian Couder2016-11-011-1/+1
* use COPY_ARRAYRené Scharfe2016-09-251-4/+2
* typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-061-1/+1
* ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy2015-03-121-9/+2
* update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-131-0/+23
* split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy2014-06-131-2/+12
* split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy2014-06-131-0/+1
* split-index: the reading partNguyễn Thái Ngọc Duy2014-06-131-2/+82
* split-index: the writing partNguyễn Thái Ngọc Duy2014-06-131-2/+99
* read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-131-0/+15
* read-cache: save deleted entries in split indexNguyễn Thái Ngọc Duy2014-06-131-0/+12
* read-cache: split-index modeNguyễn Thái Ngọc Duy2014-06-131-0/+90