shithub: shithub

ref: 75190a8d97bc76603c2b8de5de5b517d15638a95
dir: /gitrules/

View raw version
/repos.html					/bin/shithub /usr/git list
/([^'/]+)/([^'/]+)/([^'/]+)/info.html		/bin/shithub /usr/git info '\1' '\2' '\3'
/([^'/]+)/([^'/]+)/([^'/]+)/files.html		/bin/shithub /usr/git files '\1' '\2' '\3'
/([^'/]+)/([^'/]+)/([^'/]+)/snap.tar.gz		/bin/shithub /usr/git tar '\1' '\2' '\3'
/([^'/]+)/([^'/]+)/([^'/]+)/(([^']+)/)?f.html	/bin/shithub /usr/git view '\1' '\2' '\3' '\5'
/([^'/]+)/([^'/]+)/([^'/]+)/(([^']+)/)?raw	/bin/shithub /usr/git viewraw '\1' '\2' '\3' '\5'
/([^'/]+)/([^'/]+)/([^'/]+)/log.html		/bin/shithub /usr/git log '\1' '\2' '\3'
/([^'/]+)/([^'/]+)/([^'/]+)/commit.html		/bin/shithub /usr/git show '\1' '\2' '\3'
/([^'/]+)/([^'/]+)/([^'/]+)/patch		/bin/shithub /usr/git patch '\1' '\2' '\3'