aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_upload_pack.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-2/+2
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-4/+4
* database shall no longer be a global variableRunxi Yu2025-04-051-1/+1
* config shall no longer be a global variableRunxi Yu2025-04-051-2/+2
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-0/+2
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
* Variable name lengthsRunxi Yu2025-03-221-8/+8
* Remove underscores from Go code, pt 6Runxi Yu2025-03-191-8/+8
* Remove underscores from Go code, pt 4Runxi Yu2025-03-191-1/+1
* *: ReformatRunxi Yu2025-03-061-1/+0
* *: Support subgroups via SQL recursionRunxi Yu2025-03-061-5/+39
* repo/*: Use var instead of :=Runxi Yu2025-03-051-18/+19
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-0/+3
* *_handle_*_pack.go: Pass env LINDENII_FORGE_HOOKS_SOCKET_PATHRunxi Yu2025-02-171-0/+2
* repo_{info,upload_pack}.go: Use system git-upload-pack for HTTP tooRunxi Yu2025-02-171-15/+36
* *.go: ReformatRunxi Yu2025-02-161-0/+1
* http_*: Add HTTP cloningRunxi Yu2025-02-161-0/+44