diff options
author | Lars Hjemli | 2009-01-12 08:57:23 +0100 |
---|---|---|
committer | Lars Hjemli | 2009-01-12 08:57:23 +0100 |
commit | e78186dcb63ec67a38dddfcd8f91d2108583320b (patch) | |
tree | e3aa15cee0b9705e3f4a5b56dab4de3d6091a5f2 /cgitrc.5.txt | |
parent | 31665579c2779669c0cc56b8eb63f162b7e165df (diff) | |
parent | d529c6fbdca7ce3782e75b3a74baad21ef2f92c3 (diff) | |
download | cgit-e78186dcb63ec67a38dddfcd8f91d2108583320b.tar.gz cgit-e78186dcb63ec67a38dddfcd8f91d2108583320b.tar.bz2 cgit-e78186dcb63ec67a38dddfcd8f91d2108583320b.zip |
Merge branch 'stable'
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 4 |
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 | |||
@@ -288,8 +288,8 @@ root-desc=tracking the foobar development | |||
288 | root-readme=/var/www/htdocs/about.html | 288 | root-readme=/var/www/htdocs/about.html |
289 | 289 | ||
290 | 290 | ||
291 | # Allow download of tar.gz, tar.bz and zip-files | 291 | # Allow download of tar.gz, tar.bz2 and zip-files |
292 | snapshots=tar.gz tar.bz zip | 292 | snapshots=tar.gz tar.bz2 zip |
293 | 293 | ||
294 | 294 | ||
295 | ## | 295 | ## |