blob: cd904d87f78657907b19fc780c5f74ae8995d86a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# cigit documentation: https://git.zx2c4.com/cgit/tree/cgitrc.5.txt
# General
root-title=Git Repository of ...
virtual-root=/
repo.url=myRepoName
repo.path=/srv/git/myRepoName.git
repo.desc=Description of my repo
repo.owner=Owner Name
repo.clone-url=https://full-url-under-which-the-repo-can-be-cloned/myRepoName
|