gitweb: Use config file for repository description and URLs
commit0e121a2cd42d28bc4034feedf8a13c5a91f85bd3
authorJakub Narebski <jnareb@gmail.com>
Fri, 2 Nov 2007 23:41:20 +0000 (3 00:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 3 Nov 2007 01:27:36 +0000 (2 18:27 -0700)
tree2969303e6da27592c6fbee22077a4de0903aff4b
parentb201927ac8a4544baa067f5c5c7c7f2d6780e29a
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl