Re: [PATCH v1 0/5] Fast git status via a file system watcher

2017-05-15 Thread Junio C Hamano
Ben Peart writes: > Add documentation for the fsmonitor extension. This includes the > core.fsmonitor setting, the query-fsmonitor hook, and the fsmonitor > index extension. > Add a sample query-fsmonitor hook script that integrates with the > cross platform

[PATCH v1 0/5] Fast git status via a file system watcher

2017-05-15 Thread Ben Peart
Goal ? Today, git must check existing files to see if there have been changes and scan the working directory looking for new, untracked files. As the number of files and folders in the working directory increases, the time to perform these checks can become very expensive O(# files in