summaryrefslogtreecommitdiffstats
path: root/preload-index.c (follow)
Commit message (Expand)AuthorAgeLines
* preload-index: log the number of lstat calls to trace2Jeff Hostetler2021-02-16-0/+10
* mark_fsmonitor_valid(): mark the index as changed if neededJohannes Schindelin2019-05-28-1/+1
* read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-14-5/+6
* Merge branch 'nd/pthreads'Junio C Hamano2018-11-18-15/+8
|\
| * Clean up pthread_create() error handlingNguyễn Thái Ngọc Duy2018-11-05-2/+6
| * preload-index.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2018-11-05-13/+2
* | speed up refresh_index() by utilizing preload_index()Ben Peart2018-10-30-4/+4
|/
* Merge branch 'nd/status-refresh-progress'Junio C Hamano2018-10-19-5/+45
|\
| * status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy2018-09-17-5/+45
* | Merge branch 'bp/rename-test-env-var'Junio C Hamano2018-10-19-1/+2
|\ \
| * | preload-index: update GIT_FORCE_PRELOAD_TEST supportBen Peart2018-09-28-1/+1
| * | preload-index: use git_env_bool() not getenv() for customizationBen Peart2018-09-20-1/+2
| |/
* | Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano2018-09-17-2/+2
|\ \ | |/ |/|
| * trace.h: support nested performance tracingNguyễn Thái Ngọc Duy2018-08-18-2/+2
* | preload-index.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-13-1/+1
* | dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-13-1/+1
|/
* trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy2018-02-02-0/+2
* fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-01-1/+5
* preload-index: add override to enable testing preload-indexBen Peart2017-09-24-0/+2
* preload-index: avoid lstat for skip-worktree itemsJeff Hostetler2017-02-10-0/+2
* cache.h: rename cache_def_free to cache_def_clearKarsten Blees2014-07-13-1/+1
* symlinks: remove PATH_MAX limitationKarsten Blees2014-07-07-2/+2
* pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24-1/+2
* convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15-9/+11
* move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15-0/+1
* Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03-1/+4
* Make ce_uptodate() trustworthy againJunio C Hamano2010-01-24-0/+2
* janitor: add DIV_ROUND_UP and use it.Pierre Habouzit2009-07-22-1/+1
* Make index preloading check the whole path to the fileLinus Torvalds2009-07-09-0/+4
* Makefile: introduce NO_PTHREADSJunio C Hamano2008-12-02-0/+9
* Fix index preloading for racy dirty caseLinus Torvalds2008-11-17-1/+1
* Add cache preload facilityLinus Torvalds2008-11-14-0/+91