https://github.com/github/spokes-receive-pack
Replacement for git-receive-pack, included with gitrpcd for distribution
https://github.com/github/spokes-receive-pack
Last synced: 5 months ago
JSON representation
Replacement for git-receive-pack, included with gitrpcd for distribution
- Host: GitHub
- URL: https://github.com/github/spokes-receive-pack
- Owner: github
- License: gpl-2.0
- Created: 2022-09-21T19:56:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T13:36:47.000Z (about 1 year ago)
- Last Synced: 2025-01-30T07:42:42.792Z (about 1 year ago)
- Language: Go
- Size: 470 KB
- Stars: 29
- Watchers: 170
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# 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](./LICENSE) for the full terms.
## Maintainers
See [CODEOWNERS](./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!