gitweb: use filetest to allow ACLs
commit411ddf9eca67f77d09ce72a832332af9b9330569
authorGuillaume Castagnino <casta@xwing.info>
Thu, 19 Oct 2017 07:32:46 +0000 (19 09:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Oct 2017 01:14:38 +0000 (24 10:14 +0900)
treeac7463de415c1a968bd0f21a7f24d03f73a5feba
parentfc849d8d6b90e5c1e0c37bc0d60dd92b2fe7347f
gitweb: use filetest to allow ACLs

In commit 46a1385 (gitweb: skip unreadable subdirectories, 2017-07-18)
we forgot to handle non-unix ACLs as well. Fix this.

Signed-off-by: Guillaume Castagnino <casta@xwing.info>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl