summaryrefslogtreecommitdiff
path: root/preload-index.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-28mark_fsmonitor_valid(): mark the index as changed if neededLibravatar Johannes Schindelin1-1/+1
2019-01-14read-cache.c: kill read_index()Libravatar Nguyễn Thái Ngọc Duy1-5/+6
2018-11-18Merge branch 'nd/pthreads'Libravatar Junio C Hamano1-15/+8
2018-11-05Clean up pthread_create() error handlingLibravatar Nguyễn Thái Ngọc Duy1-2/+6
2018-11-05preload-index.c: remove #ifdef NO_PTHREADSLibravatar Nguyễn Thái Ngọc Duy1-13/+2
2018-10-30speed up refresh_index() by utilizing preload_index()Libravatar Ben Peart1-4/+4
2018-10-19Merge branch 'nd/status-refresh-progress'Libravatar Junio C Hamano1-5/+45
2018-10-19Merge branch 'bp/rename-test-env-var'Libravatar Junio C Hamano1-1/+2
2018-09-28preload-index: update GIT_FORCE_PRELOAD_TEST supportLibravatar Ben Peart1-1/+1
2018-09-20preload-index: use git_env_bool() not getenv() for customizationLibravatar Ben Peart1-1/+2
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Libravatar Junio C Hamano1-2/+2
2018-09-17status: show progress bar if refreshing the index takes too longLibravatar Nguyễn Thái Ngọc Duy1-5/+45
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