summaryrefslogtreecommitdiff
path: root/preload-index.c
AgeCommit message (Expand)Author
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-09-24preload-index: add override to enable testing preload-indexBen Peart
2017-02-10preload-index: avoid lstat for skip-worktree itemsJeff Hostetler
2014-07-13cache.h: rename cache_def_free to cache_def_clearKarsten Blees
2014-07-07symlinks: remove PATH_MAX limitationKarsten Blees
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2013-07-15convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy
2010-01-24Make ce_uptodate() trustworthy againJunio C Hamano
2009-07-23janitor: add DIV_ROUND_UP and use it.Pierre Habouzit
2009-07-10Make index preloading check the whole path to the fileLinus Torvalds
2008-12-02Makefile: introduce NO_PTHREADSJunio C Hamano
2008-11-17Fix index preloading for racy dirty caseLinus Torvalds
2008-11-15Add cache preload facilityLinus Torvalds