stagit

custom fork of stagit
Index Commits Files Refs README LICENSE
commit e25192c4096871fd81cc92f68535e9c52bc5a6b6
parent acac6f3ba6e5daec2b631bca311ba999f62e8b8d
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Sun, 25 Feb 2024 15:43:39 -0300

Change main title

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 char description[255] = "Repositories";
+static char description[255] = "Martin Klöckner's Git Repositories";
 static char *name = "";
 static char owner[255];