-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: www_git
action: commit
revision:
path_from:
revision_from: f40769ff72cd80a597eeeec2904ba510824c14f8:
path_to:
revision_to:

git.thebackupbox.net

www_git

git://git.thebackupbox.net/www_git

commit f40769ff72cd80a597eeeec2904ba510824c14f8
Author: epoch <epoch@hack.thebackupbox.net>
Date:   Sun Feb 20 08:11:54 2022 +0000

    added a title for the gemfeed output

diff --git a/git-www.cgi b/git-www.cgi

index 172c0c9bf4816ac97e95da2e1cb6a2d12ad05149..

index ..ba185dcf8e6e3c06da2fbfcd27e8d0c27e1756eb 100755

--- a/git-www.cgi
+++ b/git-www.cgi
@@ -80,6 +80,7 @@ fi
 if [ "$action" = "gemfeed" ];then
   ishttp && printf 'Content-Type: text/gemini; charset=utf-8\r\n\r\n'
   isgemi && printf '20 text/gemini\r\n'
+  printf '# git.thebackupbox.net commit log for %s\n' "${repo}"
   git log --format=format:'=> gemini://git.thebackupbox.net/'"${repo}"'/commit/%H %as - %s'
   exit 0
 fi

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 17:57:46 2024