aboutsummaryrefslogtreecommitdiff
path: root/routes/git.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Switch to AGPLv3-onlyRunxi Yu2024-06-201-18/+4
|
* Add copyright information to each Go fileRunxi Yu2024-06-161-0/+24
|
* 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