diff options
Diffstat (limited to 'roles/git/files')
| -rw-r--r-- | roles/git/files/.gitconfig | 3 | ||||
| -rw-r--r-- | roles/git/files/cgitrc | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/roles/git/files/.gitconfig b/roles/git/files/.gitconfig new file mode 100644 index 0000000..78fdfcf --- /dev/null +++ b/roles/git/files/.gitconfig @@ -0,0 +1,3 @@ +[safe] + directory = /srv/git/* + directory = /media/seagate/git/* diff --git a/roles/git/files/cgitrc b/roles/git/files/cgitrc new file mode 100644 index 0000000..9d9d99c --- /dev/null +++ b/roles/git/files/cgitrc @@ -0,0 +1,8 @@ +root-title=joeac's git repositories +root-desc= +strict-export=git-daemon-export-ok +scan-path=/srv/git +virtual-root=/ +about-filter=/usr/lib/cgit/filters/about-formatting.sh +readme=:README.md +snapshots=tar.gz zip |
