From: Nguyễn Thái Ngọc Duy Date: Sun, 8 Mar 2015 10:12:40 +0000 (+0700) Subject: untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE X-Git-Tag: v2.5.1~16^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/76e6b090a0b9b1e83b8e467d1b64f250f66c3f54?hp=76e6b090a0b9b1e83b8e467d1b64f250f66c3f54 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 Signed-off-by: Junio C Hamano ---