stagit

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

commit 32e7c5a505181554e1a94da1d4ac9dea0859b0f4
parent fdffb0f159d755cf44dd493562503bc2c0cf7659
Author: gearsix@tuta.io <gearsix@tuta.io>
Date:   Tue, 23 Jun 2020 13:29:52 +0100

changed 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 repositories"; +static char description[255] = "gearsix repositories"; static char *name = "gearsix"; static char *contact; // obviously it's not recommended to add personal data static char owner[255];