gitweb: Modularized git_get_project_description to be more generic
commite4e3b32bd2317ab73f03d692ab3f7231e2e6787d
authorSebastien Cevey <seb@cine7.net>
Fri, 29 Apr 2011 17:52:00 +0000 (29 19:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2011 21:21:48 +0000 (29 14:21 -0700)
tree45c7fad50db246a879d5f8943741e48e2c5375a4
parent0fa920c35c2617d7c1756b1e2bf5c56a81db3232
gitweb: Modularized git_get_project_description to be more generic

Introduce a git_get_file_or_project_config utility function to
retrieve a repository variable either from a plain text file in the
$GIT_DIR or else from 'gitweb.$variable' in the repository config
(e.g. 'description').

This would be used in next commit to retrieve category for a project,
which is to be stored in the same way as project description.

Signed-off-by: Sebastien Cevey <seb@cine7.net>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl