about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-03-26 13:40:20 +0100
committerLars Hjemli <hjemli@gmail.com>2011-03-26 13:40:20 +0100
commit4d2a303c3e198c91cb6635eb66fa6f0a6c0277cc (patch)
tree5899d767fad63be064052572287ca03b7f468238
parentFix crash when projectsfile cannot be opened (diff)
downloadcgit-pink-4d2a303c3e198c91cb6635eb66fa6f0a6c0277cc.tar.gz
cgit-pink-4d2a303c3e198c91cb6635eb66fa6f0a6c0277cc.zip
cgitrc.5: tar.xz is a supported snapshot format
When tar.xz support was added in 0642435fed (2009-12-08: Add
.tar.xz-snapshot support), cgitrc.5 was not updated to match. This
patch fixes the issue.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--cgitrc.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index c3698a6..be8483c 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -308,7 +308,8 @@ side-by-side-diffs::
 snapshots::
 	Text which specifies the default set of snapshot formats generated by
 	cgit. The value is a space-separated list of zero or more of the
-	values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none.
+	values "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip". Default value:
+	none.
 
 source-filter::
 	Specifies a command which will be invoked to format plaintext blobs
t-pink/commit/submodules.sh?h=1.3.0&id=cc1dbd1b5d610bd5e626f54d310f11cf47684ea1&follow=1'>Add submodules.sh and use it during buildsLars Hjemli 2007-05-11Added git as a submoduleLars Hjemli 2007-05-09Add support for downloading single blobsLars Hjemli 2007-05-08ui-view: show pathname if specified in querystringLars Hjemli 2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli 2007-02-21Layout updateLars Hjemli 2007-02-08Make snapshot feature configurableLars Hjemli 2007-02-08Add support for snapshotsLars Hjemli 2007-02-05cgit v0.2Lars Hjemli 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli 2007-02-04Update cgitrc templateLars Hjemli 2007-02-04Add support for lightweight tagsLars Hjemli 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli 2007-02-04Do not die if tag has no messageLars Hjemli 2007-02-03Fix search for non-virtual urlsLars Hjemli 2007-01-28Update README with install/config informationLars Hjemli