commit 2c0f3a08b6766a48896ad3ad7e193c610dae0555 parent 70546f605a076a79de0cd0f0bd38f81090b20b29 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