SOURCES: cgit.conf (NEW), cgit-repo.conf (NEW) - cgit configuration

adamg adamg at pld-linux.org
Thu Dec 11 09:18:13 CET 2008


Author: adamg                        Date: Thu Dec 11 08:18:13 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cgit configuration

---- Files affected:
SOURCES:
   cgit.conf (NONE -> 1.1)  (NEW), cgit-repo.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cgit.conf
diff -u /dev/null SOURCES/cgit.conf:1.1
--- /dev/null	Thu Dec 11 09:18:14 2008
+++ SOURCES/cgit.conf	Thu Dec 11 09:18:08 2008
@@ -0,0 +1,51 @@
+# SAMPLE CGITRC FILE
+# -------------------
+
+# Enable caching of up to 1000 output entriess
+cache-size=1000
+
+
+# Specify some default clone prefixes
+#clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git
+
+# Specify the css url
+css=/cgit/cgit.css
+
+
+# Show extra links for each repository on the index page
+enable-index-links=1
+
+
+# Show number of affected files per commit on the log pages
+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=/cgit/cgit.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
+
+# include repos config
+include=/etc/webapps/cgit/cgit-repo.conf

================================================================
Index: SOURCES/cgit-repo.conf
diff -u /dev/null SOURCES/cgit-repo.conf:1.1
--- /dev/null	Thu Dec 11 09:18:15 2008
+++ SOURCES/cgit-repo.conf	Thu Dec 11 09:18:08 2008
@@ -0,0 +1,10 @@
+#
+# sample repo config
+#
+
+#repo.url=foo
+#repo.path=/pub/git/foo.git
+#repo.desc=the master foo repository
+#repo.owner=fooman at foobar.com
+#repo.readme=info/web/about.html
+
================================================================


More information about the pld-cvs-commit mailing list