gitweb: export options
commit32f4aaccaa45fcd79bacd424c7d69051156bb766
authorMatthias Lederhofer <matled@gmx.net>
Sat, 16 Sep 2006 22:31:01 +0000 (17 00:31 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 17 Sep 2006 09:41:58 +0000 (17 02:41 -0700)
tree775cc3561c52bf1c643928f66ff2889e7f6fc278
parent7939fe44b8abedb4d8bb5090aec7a92eb1aa7a4b
gitweb: export options

$export_ok: If this variable evaluates to true it is checked
if a file with this name exists in the repository.  If it
does not exist the repository cannot be viewed from gitweb.
(Similar to git-daemon-export-ok for git-daemon).

$strict_export: If this variable evaluates to true only
repositories listed on the project-list-page of gitweb can
be accessed.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
gitweb/gitweb.perl