summaryrefslogtreecommitdiffabout
authorTodd Zullinger <tmz@pobox.com>2009-01-11 23:23:39 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2009-01-12 07:21:58 (UTC)
commit3796c2d8d21099007ea4b0572522003ceafb4eab (patch) (side-by-side diff)
tree6c08d087045a20b0719fc44d589b81ce72912e19
parenteb14609dc46461728a065c0a243b338fc32fd762 (diff)
downloadcgit-3796c2d8d21099007ea4b0572522003ceafb4eab.zip
cgit-3796c2d8d21099007ea4b0572522003ceafb4eab.tar.gz
cgit-3796c2d8d21099007ea4b0572522003ceafb4eab.tar.bz2
Fix tar.bz2 snapshot example
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--cgitrc.5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 7887b02..ab9ab66 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -267,50 +267,50 @@ enable-log-filecount=1
# Show number of added/removed lines per commit on the log pages
enable-log-linecount=1
# Add a cgit favicon
favicon=/favicon.ico
# Use a custom logo
logo=/img/mylogo.png
# Set the title and heading of the repository index page
root-title=foobar.com git repositories
# Set a subheading for the repository index page
root-desc=tracking the foobar development
# Include some more info about foobar.com on the index page
root-readme=/var/www/htdocs/about.html
-# Allow download of tar.gz, tar.bz and zip-files
-snapshots=tar.gz tar.bz zip
+# Allow download of tar.gz, tar.bz2 and zip-files
+snapshots=tar.gz tar.bz2 zip
##
## List of repositories.
## PS: Any repositories listed when repo.group is unset will not be
## displayed under a group heading
## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos')
## and included like this:
## include=/etc/cgitrepos
##
repo.url=foo
repo.path=/pub/git/foo.git
repo.desc=the master foo repository
repo.owner=fooman@foobar.com
repo.readme=info/web/about.html
repo.url=bar
repo.path=/pub/git/bar.git
repo.desc=the bars for your foo
repo.owner=barman@foobar.com
repo.readme=info/web/about.html