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:
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 = "";