aboutsummaryrefslogtreecommitdiff
path: root/routes/git.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* routes: switch to net/http routerAnirudh Oppiliappan2024-03-271-3/+2
| | | | | | BREAKING: This commit reworks routes.Handlers (and everywhere else) to use http.ServeMux -- and subsequently, Go 1.22's new net/http router. This might break something.
* git: pure go git cloneAnirudh Oppiliappan2022-12-241-0/+108