]> Lady’s Gitweb - Gitweb/commit
gitweb: Use config file for repository description and URLs
authorJakub Narebski <redacted>
Fri, 2 Nov 2007 23:41:20 +0000 (00:41 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
commit72424a946d4d49d67bf0ac3da402ae68593ae869f73ba33b1060676a6e094e61
tree7eee9668c29a444e4176bbddee8ad94181e9a6c9ea7e93b6a31f9727b9d2fcbd
parent1f432d803494db259ca89730162956e3ef9604469bdfaca9e15d19329abcda56
gitweb: Use config file for repository description and URLs

Allow to use configuration variable gitweb.description for repository
description if there is no $GIT_DIR/description file, and multivalued
configuration variable gitweb.url for URLs of a project (to clone or
fetch from) if there is no $GIT_DIR/cloneurl file.

While repository description is shown in the projects list page, so it
is better to use file and not config variable for performance, it is I
think better to use gitweb.url for URLs (as it is shown only on
project summary page).

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