Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | routes/git.go: Fix import path | Runxi Yu | 2024-07-27 | 1 | -1/+1 |
| | |||||
* | git: use system's git upload-pack | Anirudh Oppiliappan | 2024-07-13 | 1 | -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 router | Anirudh Oppiliappan | 2024-03-27 | 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. | ||||
* | git: pure go git clone | Anirudh Oppiliappan | 2022-12-24 | 1 | -0/+108 |