Change version cutoffs from 1.7.4.1-2 to 1.7.4.1-2~
[git/debian.git] / debian / gitweb.README.Debian
blobf2ea2315e274d5ed2730cc4277f00e6d11d155f6
1 gitweb for Debian
2 -----------------
4 The gitweb CGI by default looks into the directory /var/cache/git/ for
5 browsable repositories (this is configured in /etc/gitweb.conf).  It expects
6 the repositories' .git subdirectories in /var/cache/git/, symlinks pointing
7 to the corresponding subdirectories in the repositories are just fine, e.g.:
9  ln -s ~pape/git/foo/.git /var/cache/git/foo.git
11 On systems with an Apache webserver, gitweb is automatically made available at
12 http://localhost/gitweb. You can deactivate it by commenting out the first
13 line of /etc/apache2/conf.d/gitweb.
15 For more details about setting up gitweb for a git.example.org server, and
16 on how to make the git core tools such as 'git clone' work through http, see
17 /usr/share/doc/git/README.Debian.
19  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 09:19:37 +0000