Merge pull request #15 from stappersg/owner
owner example in the README.md
Diff
README.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
@@ -16,6 +16,18 @@
Your `SCAN_PATH` should contain (optionally nested) [bare repositories][], and a `config` file
can be written with a `[gitweb.owner]` key to signify ownership.
Example given:
```text
$ cat config
[core]
repositoryformatversion = 0
filemode = true
bare = true
[gitweb]
owner = "Jordan Doyle"
$
```
[bare repositories]: https://git-scm.com/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server
Usage: