aboutsummaryrefslogtreecommitdiffstats
path: root/preload-index.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-13cache.h: rename cache_def_free to cache_def_clearKarsten Blees1-1/+1
2014-07-07symlinks: remove PATH_MAX limitationKarsten Blees1-2/+2
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy1-1/+2
2013-07-15convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy1-9/+11
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy1-0/+1
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy1-1/+4
2010-01-24Make ce_uptodate() trustworthy againJunio C Hamano1-0/+2
2009-07-22janitor: add DIV_ROUND_UP and use it.Pierre Habouzit1-1/+1
2009-07-09Make index preloading check the whole path to the fileLinus Torvalds1-0/+4
2008-12-02Makefile: introduce NO_PTHREADSJunio C Hamano1-0/+9
2008-11-17Fix index preloading for racy dirty caseLinus Torvalds1-1/+1
2008-11-14Add cache preload facilityLinus Torvalds1-0/+91