🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2023-08-26 13:21:23.0 +00:00:00
committer GitHub <noreply@github.com> 2023-08-26 13:21:23.0 +00:00:00
commit
dab5dc392d77ed3d8c2ac78028bdb815e8c99314 [patch]
tree
bdaec136a0003405636f43236244ed3f21cb9d14
parent
9d314f7b6c6cd7968644090cb02a4dd813019a06
parent
0831880bbd2b6d2cfde1a1307e564bbac8a1f9ef
download
dab5dc392d77ed3d8c2ac78028bdb815e8c99314.tar.gz

Merge pull request #15 from stappersg/owner

owner example in the README.md

Diff

 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 617d86e..88dbb49 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,18 @@ Includes a dark mode for late night committing.
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: