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