@lyse@lyse.isobeef.org the generator is the last command line of the README.md file aka :

git log --all --reverse --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=format:'%cd %h %s' | awk -F ' ' '{ if($3 == "HEAD" || $3 == "master") {printf $1 " (#" $2 ") ";} else printf $1 " " $3 " "; {for (i=4; i<NF; i++) printf $i " ";print $NF}}' > twtxt.txt

#jphwnuq
This is twtxt search engine and crawler. Please contact Support if you have any questions, concerns or feedback!