]> Lady’s Gitweb - Gitweb/commit
gitweb: Use single implementation of export_ok check.
authorAlexander Gavrilov <redacted>
Wed, 5 Nov 2008 22:15:56 +0000 (01:15 +0300)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:38 +0000 (00:50 -0400)
commit29df2595733d045a38a2d5e881806ccd7d94c66d84749069943e49ccdfa5ee8f
treed86ea3a89e20b8a46b33b705f6d880e98c7a45392405dbfbadcf1077162dcca4
parent4cf6a5cbc6dbf7fd5672999eec4b3a210dbe2eaf9f181ff97e9641c44de610d7
gitweb: Use single implementation of export_ok check.

GitWeb source contains a special function that implements the
export_ok check, but validate_project still uses a separate copy
of essentially the same code.

This patch makes it use the dedicated function, thus ensuring
that all checks are done through a single code path.

Signed-off-by: Alexander Gavrilov <redacted>
Acked-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.205882 seconds and 4 git commands to generate.