From: Ævar Arnfjörð Bjarmason Date: Fri, 9 Feb 2018 21:04:31 +0000 (+0000) Subject: update-index doc: note the caveat with "could not open..." X-Git-Tag: v2.17.0-rc0~80^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7bf0be75016058e43181ecc22c65b363beb6d24b?hp=7bf0be75016058e43181ecc22c65b363beb6d24b update-index doc: note the caveat with "could not open..." Note the caveat where 2.17 is stricter about index validation potentially causing "could not open directory" warnings when git is upgraded. See the preceding "dir.c: stop ignoring opendir() error in open_cached_dir()" change. This caused some mayhem when I upgraded git to a version with this series at Booking.com, and other users have doubtless enabled the UC extension and are in for a surprise when they upgrade. Let's give them a headsup in the docs. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---