Merge branch 'gc/gitweb-filetest-acl'
commit9c958d69061b991097827fc53910dcb1b4f80485
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:30 +0000 (6 14:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:30 +0000 (6 14:24 +0900)
treeb28dae3cfece70cb17efcbbd8ea422892e41f483
parentc692fe2c1e3b0104c5573e2ec3ae62ba2711c4e6
parent411ddf9eca67f77d09ce72a832332af9b9330569
Merge branch 'gc/gitweb-filetest-acl'

"gitweb" checks if a directory is searchable with Perl's "-x"
operator, which can be enhanced by using "filetest 'access'"
pragma, which now we do.

* gc/gitweb-filetest-acl:
  gitweb: use filetest to allow ACLs
gitweb/gitweb.perl