summaryrefslogtreecommitdiff
path: root/preload-index.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Libravatar Junio C Hamano1-2/+2
2018-08-18trace.h: support nested performance tracingLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-08-13preload-index.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-02-02trace: measure where the time is spent in the index-heavy operationsLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Libravatar Ben Peart1-1/+5
2017-09-24preload-index: add override to enable testing preload-indexLibravatar Ben Peart1-0/+2
2017-02-10preload-index: avoid lstat for skip-worktree itemsLibravatar Jeff Hostetler1-0/+2
2014-07-13cache.h: rename cache_def_free to cache_def_clearLibravatar Karsten Blees1-1/+1
2014-07-07symlinks: remove PATH_MAX limitationLibravatar Karsten Blees1-2/+2
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2013-07-15convert read_cache_preload() to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-9/+11
2013-07-15move struct pathspec and related functions to pathspec.[ch]Libravatar Nguyễn Thái Ngọc Duy1-0/+1
2011-02-03Convert ce_path_match() to use struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2010-01-24Make ce_uptodate() trustworthy againLibravatar Junio C Hamano1-0/+2
2009-07-22janitor: add DIV_ROUND_UP and use it.Libravatar Pierre Habouzit1-1/+1
2009-07-09Make index preloading check the whole path to the fileLibravatar Linus Torvalds1-0/+4
2008-12-02Makefile: introduce NO_PTHREADSLibravatar Junio C Hamano1-0/+9
2008-11-17Fix index preloading for racy dirty caseLibravatar Linus Torvalds1-1/+1
2008-11-14Add cache preload facilityLibravatar Linus Torvalds1-0/+91