Replacement for git-receive-pack, included with gitrpcd for distribution
Перейти к файлу
Miguel Ángel Pastor Olivar d797b3e9fa
Merge pull request #91 from github/dependabot/go_modules/golang.org/x/sync-0.9.0
Bump golang.org/x/sync from 0.8.0 to 0.9.0
2024-11-13 13:47:56 +01:00
.github
cmd
internal
.gitignore
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
SUPPORT.md
go.mod
go.sum
ownership.yaml
spokes-receive-pack.go

README.md

spokes-receive-pack

spokes-receive-pack is a replacement for git-receive-pack, used on the server side of a git push. git-receive-pack does more than we need it to, spokes-receive-pack implements the bits of it that we still need.

We don't expect this to be generally useful outside of GitHub's service backend, and we don't plan to accept contributions from outside GitHub.

License

This project is licensed under the terms of the GPL v2 open source license. Please refer to LICENSE for the full terms.

Maintainers

See CODEOWNERS.

Support

Use of this project outside a licensed GitHub installation or the GitHub service comes with no expectation of support.

Acknowledgement

We're thankful for all the great work that's gone into the Git project and its associated tools!