Merge branch 'bp/untracked-cache-noflush'
commitcdda65acae0b05a197c9f6684d517a5c4325c08f
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:30 +0000 (8 12:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:30 +0000 (8 12:36 -0800)
treeba63e5f6b303dea133610ef3ddb0199e099fdfc8
parent74735c9ca7f1026eb62346510c5bb2aad7f78e04
parent026336cb277693c5a8cdfa4705a26daf0a754328
Merge branch 'bp/untracked-cache-noflush'

Writing out the index file when the only thing that changed in it
is the untracked cache information is often wasteful, and this has
been optimized out.

* bp/untracked-cache-noflush:
  untracked cache: use git_env_bool() not getenv() for customization
  dir.c: don't flag the index as dirty for changes to the untracked cache
dir.c
t/t7063-status-untracked-cache.sh