aboutsummaryrefslogtreecommitdiff
path: root/routes/git.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* routes/git.go: Fix import pathRunxi Yu2024-07-271-1/+1
|
* git: use system's git upload-packAnirudh Oppiliappan2024-07-131-67/+29
| | | | | This is an intermediate workaround for https://github.com/go-git/go-git/issues/1062. This should also fix #33.
* 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