Home
stagit-index: make default root / - stagit-gopher - A git gopher frontend. (mirror) HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 0d62269509bed50aa39a5ae36ae9a509d70f40c3 DIR parent de699c5afe2db575e0ac94ce7f64478a6427842b HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 13 Jun 2017 21:38:39 +0200 stagit-index: make default root / Diffstat: M stagit-index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR 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 = "";