aboutsummaryrefslogtreecommitdiff
path: root/routes/git.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-13git: use system's git upload-packAnirudh Oppiliappan1-67/+29
This is an intermediate workaround for https://github.com/go-git/go-git/issues/1062. This should also fix #33.
2024-03-27routes: switch to net/http routerAnirudh Oppiliappan1-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.
2022-12-24git: pure go git cloneAnirudh Oppiliappan1-0/+108