slackbuilds_ponce/development/cgit/config/cgitrc.sample
Matteo Bernardini 53589ff94f development/cgit: Updated for version 20130826_d62e71a.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2013-11-06 00:55:11 -06:00

24 lines
749 B
Text

# sample /etc/cgitrc file: two repos are defined
# you can see a demo here http://cgit.ponce.cc/
# For more options, see cgitrc.5.txt in the docs folder
root-title=ponce's repository browser
root-desc=a fast interface to these git repositories
virtual-root=/
snapshots=tar.gz
branch-sort=age
#css=/static/cgit.css
#logo=/static/cgit.png
# repository specific data
repo.url=slackbuilds
repo.path=/path/to/repo/.git
repo.desc=slackbuilds.org fork for slackware-current
repo.owner=my.address _at_ my.isp
# the default branch here is set to current (default if omitted is master)
repo.defbranch=current
repo.clone-url=git://github.com/Ponce/slackbuilds.git
# if you need to display other repositories you can more config blocks
# like the one above