1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/routers/private
ConcurrentCrab 8a9fd7f771
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".
2024-09-27 10:27:37 -04:00
..
tests/repos
actions.go
default_branch.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
hook_post_receive_test.go Move database operations of merging a pull request to post receive hook and add a transaction (#30805) 2024-05-07 07:36:48 +00:00
hook_post_receive.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
hook_pre_receive.go Fix protected branch files detection on pre_receive hook (#31778) 2024-08-06 13:32:49 +00:00
hook_proc_receive.go
hook_verification_test.go
hook_verification.go
internal_repo.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
internal.go Add pure SSH LFS support (#31516) 2024-09-27 10:27:37 -04:00
key.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
mail.go
main_test.go
manager_process.go
manager_unix.go
manager_windows.go
manager.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
restore_repo.go
serv.go Add pure SSH LFS support (#31516) 2024-09-27 10:27:37 -04:00
ssh_log.go