commit 7fc71caaef47e08a3a84d6b10f76a1a523c835c5 parent 88b882366bd09e8b46b1ea53dbe9049b48886baa Author: Julian Piribauer <julian.piribauer@gmail.com> Date: Thu, 19 Feb 2026 21:59:56 +0100 Style Diffstat:
| M | stagit.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.md b/stagit.md @@ -7,7 +7,7 @@ The web server has its root at `/var/www/git/`. ## Helper-script for executing stagit and stagit-index -First, we create a helper script that scans the repos/folders inside `/srv/git/repos` and generates a website IF A FILE `git-daemon-export-ok` EXISTS. +First, we create a helper script that scans the repos/folders inside `/srv/git/repos` and generates a website *if a file* `git-daemon-export-ok` *exists*. Finally, all these public repos are listed in `/var/www/git/index.html`. Create `/usr/local/bin/update-stagit.sh` with