From dab5dc392d77ed3d8c2ac78028bdb815e8c99314 Mon Sep 17 00:00:00 2001 From: jordan Date: Sat, 26 Aug 2023 14:21:23 +0100 Subject: [PATCH] Merge pull request #15 from stappersg/owner owner example in the README.md --- 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