aboutsummaryrefslogtreecommitdiff
path: root/ssh_handle_upload_pack.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove underscores from Go code, pt 4Runxi Yu16 hours1-5/+5
* gofumptRunxi Yu32 hours1-1/+1
* *: Replacing more := with varRunxi Yu2025-03-051-4/+3
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-0/+3
* hooks, ssh: Indicate URL of newly-created MRsRunxi Yu2025-02-201-1/+1
* ssh/recv, hooks: Create MRs on push, reject pushes to others' MRsRunxi Yu2025-02-191-1/+1
* ssh/recv, schema: Add repos.contrib_requirementsRunxi Yu2025-02-191-1/+1
* *.go: Add some comments for docsRunxi Yu2025-02-181-0/+2
* *_handle_*_pack.go: Pass env LINDENII_FORGE_HOOKS_SOCKET_PATHRunxi Yu2025-02-171-0/+2
* ssh_handle_upload_pack: Use system git-upload-packRunxi Yu2025-02-171-33/+19
* {ssh_*,acl}.go: Check ACL when receiving packsRunxi Yu2025-02-161-1/+1
* ssh_*: Pass pubkey to SSH handlersRunxi Yu2025-02-161-1/+1
* ssh_*: Use pure go-git SSH handling (receive and upload)Runxi Yu2025-02-161-0/+49