Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-27 | routes/git.go: Fix import path | Runxi Yu | 1 | -1/+1 | |
2024-07-13 | git: use system's git upload-pack | Anirudh Oppiliappan | 1 | -67/+29 | |
This is an intermediate workaround for https://github.com/go-git/go-git/issues/1062. This should also fix #33. | |||||
2024-03-27 | routes: switch to net/http router | Anirudh Oppiliappan | 1 | -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-24 | git: pure go git clone | Anirudh Oppiliappan | 1 | -0/+108 | |