untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE
commit76e6b090a0b9b1e83b8e467d1b64f250f66c3f54
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 8 Mar 2015 10:12:40 +0000 (8 17:12 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Mar 2015 20:45:17 +0000 (12 13:45 -0700)
treed3ef48fd77dc0f8d676c46c4d6bc3f4df8257e22
parent1bbb3dba3fbf733db45f073ddafe89f5972c516a
untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE

This can be used to double check if results with untracked cache are
correctly, compared to vanilla version. Untracked cache remains in
index, but not used.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c