Sign in
googlers
/
jrn
/
git
/
40220f48b1895c7c4c824c3c33576399128fbc0f
/
preload-index.c
b1bda75
parse: separate out parsing functions from config.h
by Calvin Wan
· 1 year, 5 months ago
bc5c5ec
cache.h: remove this no-longer-used header
by Elijah Newren
· 1 year, 10 months ago
08c46a4
read-cache*.h: move declarations for read-cache.c functions from cache.h
by Elijah Newren
· 1 year, 10 months ago
fbffdfb
preload-index.h: move declarations for preload-index.c from elsewhere
by Elijah Newren
· 1 year, 10 months ago
cb2a513
symlinks.h: move declarations for symlinks.c functions from cache.h
by Elijah Newren
· 1 year, 11 months ago
74ea5c9
treewide: be explicit about dependence on trace.h & trace2.h
by Elijah Newren
· 1 year, 11 months ago
32a8f51
environment.h: move declarations for environment.c functions from cache.h
by Elijah Newren
· 2 years ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years ago
2357890
preload-index: fix memleak
by Anthony Delannoy
· 2 years, 7 months ago
8c4b750
preload-index: log the number of lstat calls to trace2
by Jeff Hostetler
· 4 years, 1 month ago
b5a8169
mark_fsmonitor_valid(): mark the index as changed if needed
by Johannes Schindelin
· 6 years ago
e1ff0a3
read-cache.c: kill read_index()
by Nguyễn Thái Ngọc Duy
· 6 years ago
26b80a8
Merge branch 'nd/pthreads'
by Junio C Hamano
· 6 years ago
2179045
Clean up pthread_create() error handling
by Nguyễn Thái Ngọc Duy
· 6 years ago
e8d4056
preload-index.c: remove #ifdef NO_PTHREADS
by Nguyễn Thái Ngọc Duy
· 6 years ago
99ce720
speed up refresh_index() by utilizing preload_index()
by Ben Peart
· 6 years ago
4d87b38
Merge branch 'nd/status-refresh-progress'
by Junio C Hamano
· 6 years ago
340fde6
Merge branch 'bp/rename-test-env-var'
by Junio C Hamano
· 6 years ago
5765d97
preload-index: update GIT_FORCE_PRELOAD_TEST support
by Ben Peart
· 6 years ago
5aacc63
preload-index: use git_env_bool() not getenv() for customization
by Ben Peart
· 6 years ago
7e794d0
Merge branch 'nd/unpack-trees-with-cache-tree'
by Junio C Hamano
· 6 years ago
ae9af12
status: show progress bar if refreshing the index takes too long
by Nguyễn Thái Ngọc Duy
· 6 years ago
c46c406
trace.h: support nested performance tracing
by Nguyễn Thái Ngọc Duy
· 7 years ago
f9beff0
preload-index.c: use the right index instead of the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
6d2df28
dir.c: remove an implicit dependency on the_index in pathspec code
by Nguyễn Thái Ngọc Duy
· 7 years ago
ca54d9b
trace: measure where the time is spent in the index-heavy operations
by Nguyễn Thái Ngọc Duy
· 7 years ago
883e248
fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.
by Ben Peart
· 7 years ago
3e2c669
preload-index: add override to enable testing preload-index
by Ben Peart
· 7 years ago
e596acc
preload-index: avoid lstat for skip-worktree items
by Jeff Hostetler
· 8 years ago
2a60839
cache.h: rename cache_def_free to cache_def_clear
by Karsten Blees
· 11 years ago
e7c7305
symlinks: remove PATH_MAX limitation
by Karsten Blees
· 11 years ago
429bb40
pathspec: convert some match_pathspec_depth() to ce_path_match()
by Nguyễn Thái Ngọc Duy
· 11 years ago
5ab2a2d
convert read_cache_preload() to take struct pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
64acde9
move struct pathspec and related functions to pathspec.[ch]
by Nguyễn Thái Ngọc Duy
· 12 years ago
eb9cb55
Convert ce_path_match() to use struct pathspec
by Nguyễn Thái Ngọc Duy
· 14 years ago
125fd98
Make ce_uptodate() trustworthy again
by Junio C Hamano
· 15 years ago
98cb6f3
janitor: add DIV_ROUND_UP and use it.
by Pierre Habouzit
· 16 years ago
f62ce3d
Make index preloading check the whole path to the file
by Linus Torvalds
· 16 years ago
46059cc
Makefile: introduce NO_PTHREADS
by Junio C Hamano
· 16 years ago
7c4ea59
Fix index preloading for racy dirty case
by Linus Torvalds
· 16 years ago
671c9b7
Add cache preload facility
by Linus Torvalds
· 16 years ago