stagit-gopher

[fork] gopher git frontend
Log | Files | Refs | README | LICENSE

commit 87e87aba28db7a54000be6048081d7b316eca444
parent 7b11bb8d6ef91800ade2d63e67c570a6047ff189
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 23 Jun 2017 13:00:09 +0200

stagit-gopher: make relpath / also

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

diff --git a/stagit-gopher.c b/stagit-gopher.c @@ -49,7 +49,7 @@ struct commitinfo { static git_repository *repo; -static const char *relpath = ""; +static const char *relpath = "/"; static const char *repodir; static char *name = "";