summaryrefslogtreecommitdiffstats
path: root/development/cgit/config/cgitrc.sample
diff options
context:
space:
mode:
Diffstat (limited to 'development/cgit/config/cgitrc.sample')
-rw-r--r--development/cgit/config/cgitrc.sample18
1 files changed, 18 insertions, 0 deletions
diff --git a/development/cgit/config/cgitrc.sample b/development/cgit/config/cgitrc.sample
new file mode 100644
index 0000000000..84a2d277fa
--- /dev/null
+++ b/development/cgit/config/cgitrc.sample
@@ -0,0 +1,18 @@
+# sample /etc/cgitrc file: two repos are defined
+# you can see a demo here http://cgit.ponce.cc/
+
+root-title=ponce's repository browser
+root-desc=a fast interface to these git repositories
+virtual-root=/
+snapshots=tar.gz
+
+#css=/static/cgit.css
+#logo=/static/cgit.png
+
+# the default branch here is set to current (would have been master)
+repo.url=slackbuilds
+repo.path=/path/to/repo/.git
+repo.desc=slackbuilds.org fork for slackware-current
+repo.owner=my.address _at_ my.isp
+repo.defbranch=current
+repo.clone-url=git://github.com/Ponce/slackbuilds.git