Age | Commit message (Expand) | Author | Files | Lines |
2019-05-28 | mark_fsmonitor_valid(): mark the index as changed if needed | Johannes Schindelin | 1 | -1/+1 |
2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -5/+6 |
2018-11-18 | Merge branch 'nd/pthreads' | Junio C Hamano | 1 | -15/+8 |
2018-11-05 | Clean up pthread_create() error handling | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
2018-11-05 | preload-index.c: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -13/+2 |
2018-10-30 | speed up refresh_index() by utilizing preload_index() | Ben Peart | 1 | -4/+4 |
2018-10-19 | Merge branch 'nd/status-refresh-progress' | Junio C Hamano | 1 | -5/+45 |
2018-10-19 | Merge branch 'bp/rename-test-env-var' | Junio C Hamano | 1 | -1/+2 |
2018-09-28 | preload-index: update GIT_FORCE_PRELOAD_TEST support | Ben Peart | 1 | -1/+1 |
2018-09-20 | preload-index: use git_env_bool() not getenv() for customization | Ben Peart | 1 | -1/+2 |
2018-09-17 | Merge branch 'nd/unpack-trees-with-cache-tree' | Junio C Hamano | 1 | -2/+2 |
2018-09-17 | status: show progress bar if refreshing the index takes too long | Nguyễn Thái Ngọc Duy | 1 | -5/+45 |
2018-08-18 | trace.h: support nested performance tracing | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-08-13 | preload-index.c: use the right index instead of the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-02-02 | trace: measure where the time is spent in the index-heavy operations | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2017-10-01 | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 1 | -1/+5 |
2017-09-24 | preload-index: add override to enable testing preload-index | Ben Peart | 1 | -0/+2 |
2017-02-10 | preload-index: avoid lstat for skip-worktree items | Jeff Hostetler | 1 | -0/+2 |
2014-07-13 | cache.h: rename cache_def_free to cache_def_clear | Karsten Blees | 1 | -1/+1 |
2014-07-07 | symlinks: remove PATH_MAX limitation | Karsten Blees | 1 | -2/+2 |
2014-02-24 | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2013-07-15 | convert read_cache_preload() to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -9/+11 |
2013-07-15 | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2011-02-03 | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2010-01-24 | Make ce_uptodate() trustworthy again | Junio C Hamano | 1 | -0/+2 |
2009-07-22 | janitor: add DIV_ROUND_UP and use it. | Pierre Habouzit | 1 | -1/+1 |
2009-07-09 | Make index preloading check the whole path to the file | Linus Torvalds | 1 | -0/+4 |
2008-12-02 | Makefile: introduce NO_PTHREADS | Junio C Hamano | 1 | -0/+9 |
2008-11-17 | Fix index preloading for racy dirty case | Linus Torvalds | 1 | -1/+1 |
2008-11-14 | Add cache preload facility | Linus Torvalds | 1 | -0/+91 |