From 0831880bbd2b6d2cfde1a1307e564bbac8a1f9ef Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Fri, 25 Aug 2023 21:28:05 +0200 Subject: [PATCH] owner example in the README.md Because the original text was too terse (for some one new to this project). --- 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: -- libgit2 1.7.2