]> source.dussan.org Git - gitea.git/commit
Add pure SSH LFS support (#31516)
authorConcurrentCrab <102517200+ConcurrentCrab@users.noreply.github.com>
Fri, 27 Sep 2024 14:27:37 +0000 (19:57 +0530)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 14:27:37 +0000 (10:27 -0400)
commit8a9fd7f771f4f694594a0652e95ddda2b7479b3e
treeeaad5bf33ca2a745645fc2368b4b01d598e35486
parentfdb1df9eca2f7adabf08883042325af26c3fd509
Add pure SSH LFS support (#31516)

Fixes #17554
/claim #17554

Docs PR https://gitea.com/gitea/docs/pulls/49

To test, run pushes like: `GIT_TRACE=1` git push. The trace output
should mention "pure SSH connection".
13 files changed:
assets/go-licenses.json
cmd/serv.go
custom/conf/app.example.ini
go.mod
go.sum
modules/lfstransfer/backend/backend.go [new file with mode: 0644]
modules/lfstransfer/backend/lock.go [new file with mode: 0644]
modules/lfstransfer/backend/util.go [new file with mode: 0644]
modules/lfstransfer/logger.go [new file with mode: 0644]
modules/lfstransfer/main.go [new file with mode: 0644]
modules/setting/lfs.go
routers/private/internal.go
routers/private/serv.go