gitweb: Add support for per project git URLs
commite79ca7cc25755ac1a3be921f30630f4f064bf862
authorJakub Narebski <jnareb@gmail.com>
Wed, 16 Aug 2006 12:50:34 +0000 (16 14:50 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 16 Aug 2006 20:37:40 +0000 (16 13:37 -0700)
tree03fed5ef549635968a93ddf31a6b0c8e485778fe
parent1c2a4f5addce479c619057c6cdc841802139982f
gitweb: Add support for per project git URLs

It is now possible for project to have individual clone/fetch URLs.
They are provided in new file 'cloneurl' added below project's
$GIT_DIR directory.

If there is no cloneurl file, concatenation of git base URLs with
project name is used.

This is merge of Jakub Narebski and David Rientjes
  gitweb: Show project's git URL on summary page
with Aneesh Kumar
  gitweb: Add support for cloneurl.
  gitweb: Support multiple clone urls
patches.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl