From 725d6260fa6aa8a7340298597e3b08063c842b15 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 17 Oct 2020 00:43:07 -0400 Subject: Update contribute stagit-index --- stagit-index.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stagit-index.c b/stagit-index.c index 488637f..f2116a5 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -89,7 +89,7 @@ writefooter(FILE *fp) "

Contribute

\n" "

The best way to contribute to my repositories is to contact me through email at benjamin@chausse.xyz.

\n" "
git config format.subjectPrefix \"PATCH <name-of-repository>\"
\n" - "

You can also contribute on Github if you prefer.

\n" + "

You submit a pull request on Github if you prefer.

\n" "\n\n\n", fp); } @@ -124,11 +124,13 @@ writelog(FILE *fp) fputs("", fp); + fputs("/log.html\">", fp); xmlencode(fp, stripped_name, strlen(stripped_name)); fputs("", fp); xmlencode(fp, description, strlen(description)); fputs("", fp); + xmlencode(fp, owner, strlen(owner)); + fputs("", fp); if (author) printtimeshort(fp, &(author->when)); fputs("", fp); -- cgit v1.2.3