aboutsummaryrefslogtreecommitdiffstats
path: root/preload-index.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29parse: separate out parsing functions from config.hCalvin Wan1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren1-0/+1
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-08-22preload-index: fix memleakAnthony Delannoy1-0/+6
2021-02-16preload-index: log the number of lstat calls to trace2Jeff Hostetler1-0/+10
2019-05-28mark_fsmonitor_valid(): mark the index as changed if neededJohannes Schindelin1-1/+1
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy1-5/+6
2018-11-18Merge branch 'nd/pthreads'Junio C Hamano1-15/+8
2018-11-05Clean up pthread_create() error handlingNguyễn Thái Ngọc Duy1-2/+6
2018-11-05preload-index.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy1-13/+2
2018-10-30speed up refresh_index() by utilizing preload_index()Ben Peart1-4/+4
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano1-5/+45
2018-10-19Merge branch 'bp/rename-test-env-var'Junio C Hamano1-1/+2
2018-09-28preload-index: update GIT_FORCE_PRELOAD_TEST supportBen Peart1-1/+1
2018-09-20preload-index: use git_env_bool() not getenv() for customizationBen Peart1-1/+2
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano1-2/+2
2018-09-17status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy1-5/+45
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy1-2/+2
2018-08-13preload-index.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy1-1/+1
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy1-0/+2
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart1-1/+5
2017-09-24preload-index: add override to enable testing preload-indexBen Peart1-0/+2
2017-02-10preload-index: avoid lstat for skip-worktree itemsJeff Hostetler1-0/+2
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