stagit

static git page - forked from git.codemadness.org/stagit
git clone git://src.gearsix.net/stagit
Log | Files | Refs | Atom | README | LICENSE

commit cc7bd0525c52428733b5a87ff440eb7d030d1009
parent e51bbf753662320255b009de4679cd41426a7e2e
Author: gearsix@tuta.io <gearsix@tuta.io>
Date:   Wed, 17 Jun 2020 22:59:38 +0100

updated stagit-index description

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

diff --git a/stagit-index.c b/stagit-index.c @@ -13,7 +13,7 @@ static git_repository *repo; static const char *rootpath = "/"; static const char *relpath = ""; -static char description[255] = "GeaRSiX's git repos"; +static char description[255] = "GeaRSiX's repositories"; static char *name = ""; static char owner[255];