ref: 663c7a5930977b614d0f231edfe051f005811c40
parent: 694ea64aa6febc4ff38bc28275abddad1a9b8e08
author: Michael Misch <michaelmisch1985@gmail.com>
date: Tue Aug 27 16:35:50 PDT 2024
catch a bit more
--- a/gitrules
+++ b/gitrules
@@ -6,7 +6,7 @@
/git/([^'/]+)/([^'/]+)/([^'/]+)/files.html /bin/hlfw/files /usr/git '\1' '\2' '\3'
/git/([^'/]+)/([^'/]+)/([^'/]+)/branches.html /bin/hlfw/branches /usr/git '\1' '\2' '\3'
/git/([^'/]+)/([^'/]+)/([^'/]+)/snap.tar.gz /bin/hlfw/tar /usr/git '\1' '\2' '\3'
-/git/([^'/]+)/([^'/]+)/([^'/]+)/(([^']+)/)?f.html /bin/hlfw/view /usr/git '\1' '\2' '\3' '\5'
+/git/([^'/]+)/([^'/]+)/([^'/]+)/(([^']+)/)?f.(html|md) /bin/hlfw/view /usr/git '\1' '\2' '\3' '\5'
/git/([^'/]+)/([^'/]+)/([^'/]+)/(([^']+)/)?raw /bin/hlfw/viewraw /usr/git '\1' '\2' '\3' '\5'
/git/([^'/]+)/([^'/]+)/([^'/]+)/log.html /bin/hlfw/log /usr/git '\1' '\2' '\3'
/git/([^'/]+)/([^'/]+)/([^'/]+)/commit.html /bin/hlfw/show /usr/git '\1' '\2' '\3'