stagit

Personal fork of stagit.
git clone git://git.samirparikh.com/stagit
Log | Files | Refs | README | LICENSE

commit 9724ced450fb45b30dd4e7602a11eb8e0e33d1ac
parent 89c3e32698491ce4269e57dd6dcf3c6aa98ba622
Author: Samir Parikh <siparikh@gmail.com>
Date:   Sat, 13 Nov 2021 10:11:49 -0500

update description in stagit-index.c

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

diff --git a/stagit-index.c b/stagit-index.c @@ -12,7 +12,7 @@ static git_repository *repo; static const char *relpath = ""; -static char description[255] = "Repositories"; +static char description[255] = "Samir Parikh's Repositories"; static char *name = ""; static char owner[255];