logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

0022-stagit.c-link-footer-to-git-send-email.io.patch (957B)


  1. From 380776fb8c5a9aa1c3bd799d2d60d8809eef6877 Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Wed, 6 May 2020 12:40:06 +0200
  4. Subject: [PATCH 22/22] stagit.c: link footer to git-send-email.io
  5. ---
  6. stagit.c | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/stagit.c b/stagit.c
  9. index 48d6d5c..2688d58 100644
  10. --- a/stagit.c
  11. +++ b/stagit.c
  12. @@ -393,7 +393,7 @@ void
  13. writefooter(FILE *fp)
  14. {
  15. fputs("</main>\n", fp);
  16. - fputs("\t<footer>Please <a href=\"https://hacktivis.me/about\">contact me</a> by any means for patches, issues(tracker will maybe be added oneday), thanks/donations, or whatever else.</footer>\n", fp);
  17. + fputs("\t<footer>Please <a href=\"https://hacktivis.me/about\">contact me</a> by any means for <a href=\"https://git-send-email.io/\">patches</a>, issues(tracker will maybe be added oneday), or whatever else.</footer>\n", fp);
  18. fputs("</body>\n</html>\n", fp);
  19. }
  20. --
  21. 2.26.2