gout

A static git page generator
git clone https://git.bracken.jp/gout.git
Log | Files | Refs | README | LICENSE

commit b8979423964260482e4fa1e953e4579c2c019437
parent 37771daccb76e41f7718bb3e59b3d7f6bf5a205c
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 17 Nov 2025 18:37:26 +0900

Remove unnecessary comment

We don't use this comment in gout_index.c and the function names are
already self-explanatory.

Diffstat:
Mgout.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/gout.c b/gout.c @@ -106,7 +106,6 @@ void gout_options_free(GoutOptions* options) { } void gout_init(const GoutOptions* options) { - // Restrict our permissions to the minimum necessary. const char* readonly_paths[] = {options->repodir}; size_t readonly_paths_count = 1; const char* readwrite_paths[2] = {".", NULL};