aboutsummaryrefslogtreecommitdiff
path: root/preload-index.c
Commit message (Expand)AuthorAge
* fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-01
* preload-index: add override to enable testing preload-indexBen Peart2017-09-24
* preload-index: avoid lstat for skip-worktree itemsJeff Hostetler2017-02-10
* cache.h: rename cache_def_free to cache_def_clearKarsten Blees2014-07-13
* symlinks: remove PATH_MAX limitationKarsten Blees2014-07-07
* pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
* convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
* move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
* Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
* Make ce_uptodate() trustworthy againJunio C Hamano2010-01-24
* janitor: add DIV_ROUND_UP and use it.Pierre Habouzit2009-07-22
* Make index preloading check the whole path to the fileLinus Torvalds2009-07-09
* Makefile: introduce NO_PTHREADSJunio C Hamano2008-12-02
* Fix index preloading for racy dirty caseLinus Torvalds2008-11-17
* Add cache preload facilityLinus Torvalds2008-11-14