author | Matthias Lederhofer <matled@gmx.net> | |
Sat, 16 Sep 2006 22:31:01 +0000 (00:31 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 17 Sep 2006 09:41:58 +0000 (02:41 -0700) | ||
commit | 32f4aaccaa45fcd79bacd424c7d69051156bb766 | |
tree | 775cc3561c52bf1c643928f66ff2889e7f6fc278 | tree | snapshot |
parent | 7939fe44b8abedb4d8bb5090aec7a92eb1aa7a4b | commit | diff |
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>
$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 | diff | blob | history | |
gitweb/gitweb.perl | diff | blob | history |