hlfw.ca

hlfw

ref: b774937fc4567c28cbe9bb1db6e1481b552e8587
dir: /gitrules/

View raw version
/index.html					/bin/hlfw/list	/usr/git
([^'/]+)/usr.html				/bin/hlfw/usr	/usr/git '\1'
(/.well-known/acme-challenge/([^'/]+))		/bin/cat		/usr/web/\1
([^'/]+)/([^'/]+)/([^'/]+)/info.html		/bin/hlfw/info	/usr/git '\1' '\2' '\3'
([^'/]+)/([^'/]+)/([^'/]+)/files.html		/bin/hlfw/files	/usr/git '\1' '\2' '\3'
([^'/]+)/([^'/]+)/([^'/]+)/branches.html	/bin/hlfw/branches	/usr/git '\1' '\2' '\3'
([^'/]+)/([^'/]+)/([^'/]+)/snap.tar.gz		/bin/hlfw/tar	/usr/git '\1' '\2' '\3'
([^'/]+)/([^'/]+)/([^'/]+)/(([^']+)/)?f.html	/bin/hlfw/view	/usr/git '\1' '\2' '\3' '\5'
([^'/]+)/([^'/]+)/([^'/]+)/(([^']+)/)?raw	/bin/hlfw/viewraw	/usr/git '\1' '\2' '\3' '\5'
([^'/]+)/([^'/]+)/([^'/]+)/log.html		/bin/hlfw/log	/usr/git '\1' '\2' '\3'
([^'/]+)/([^'/]+)/([^'/]+)/commit.html		/bin/hlfw/show	/usr/git '\1' '\2' '\3'
([^'/]+)/([^'/]+)/([^'/]+)/_patch		/bin/hlfw/patch	/usr/git '\1' '\2' '\3'
([^'/]+)/([^'/]+)/([^'/]+)/feed.rss		/bin/hlfw/feed	/usr/git '\1' '\2' '\3'
([^'/]+)/([^'/]+)				/bin/hlfw/clone /usr/git '\1' '\2'