Merge branch 'nd/untracked-cache' into next
commit26e619b5df59e1817a49407d29428d0f1be6d4a3
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:40:15 +0000 (19 13:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:40:16 +0000 (19 13:40 -0700)
tree5edca09ce2e8c25af68e8a89759ed312713689b0
parentbfe67dcdbcb81bb88789f2cf8550932838a5d14c
parentaeb6f8b3a2bbfd8b48a967139fbf4581e5345182
Merge branch 'nd/untracked-cache' into next

* nd/untracked-cache: (24 commits)
  git-status.txt: advertisement for untracked cache
  untracked cache: guard and disable on system changes
  mingw32: add uname()
  t7063: tests for untracked cache
  update-index: test the system before enabling untracked cache
  update-index: manually enable or disable untracked cache
  status: enable untracked cache
  untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE
  untracked cache: mark index dirty if untracked cache is updated
  untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
  untracked cache: avoid racy timestamps
  read-cache.c: split racy stat test to a separate function
  untracked cache: invalidate at index addition or removal
  untracked cache: load from UNTR index extension
  untracked cache: save to an index extension
  ewah: add convenient wrapper ewah_serialize_strbuf()
  untracked cache: don't open non-existent .gitignore
  untracked cache: mark what dirs should be recursed/saved
  untracked cache: record/validate dir mtime and reuse cached output
  untracked cache: make a wrapper around {open,read,close}dir()
  ...
Documentation/git-status.txt
Makefile
builtin/commit.c
builtin/update-index.c
cache.h
compat/mingw.h
dir.c
dir.h
git-compat-util.h
read-cache.c
wt-status.c