diff options
Diffstat (limited to 'cgitrc')
| -rw-r--r-- | cgitrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,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 |
