stagit-gopher

static git page generator for gopher (mirror)
git clone git://git.2f30.org/stagit-gopher
Log | Files | Refs | README | LICENSE

commit 0d62269509bed50aa39a5ae36ae9a509d70f40c3
parent de699c5afe2db575e0ac94ce7f64478a6427842b
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue, 13 Jun 2017 21:38:39 +0200

stagit-index: make default root /

Diffstat:
Mstagit-index.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit-index.c b/stagit-index.c @@ -15,7 +15,7 @@ static git_repository *repo; -static const char *relpath = ""; +static const char *relpath = "/"; static char description[255] = "Repositories"; static char *name = "";