summaryrefslogtreecommitdiff
path: root/split-index.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-01split-index: add {add,remove}_split_index() functionsLibravatar Christian Couder1-0/+22
2016-11-01split-index: s/eith/with/ typo fixLibravatar Christian Couder1-1/+1
2016-09-25use COPY_ARRAYLibravatar René Scharfe1-4/+2
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLibravatar Li Peng1-1/+1
2015-03-12ewah: add convenient wrapper ewah_serialize_strbuf()Libravatar Nguyễn Thái Ngọc Duy1-9/+2
2014-06-13update-index: new options to enable/disable split index modeLibravatar Nguyễn Thái Ngọc Duy1-0/+23
2014-06-13split-index: strip pathname of on-disk replaced entriesLibravatar Nguyễn Thái Ngọc Duy1-2/+12
2014-06-13split-index: do not invalidate cache-tree at read timeLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2014-06-13split-index: the reading partLibravatar Nguyễn Thái Ngọc Duy1-2/+82
2014-06-13split-index: the writing partLibravatar Nguyễn Thái Ngọc Duy1-2/+99
2014-06-13read-cache: mark updated entries for split indexLibravatar Nguyễn Thái Ngọc Duy1-0/+15
2014-06-13read-cache: save deleted entries in split indexLibravatar Nguyễn Thái Ngọc Duy1-0/+12
2014-06-13read-cache: split-index modeLibravatar Nguyễn Thái Ngọc Duy1-0/+90