No description
  • Go 97.5%
  • Makefile 2.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
David Kunkler 8c05a11f81
Merge pull request #116 from github/dkunkler-patch-1
Update maintainer and management details in ownership.yaml
2025-10-06 10:36:39 -07:00
.github Upgrade the CI linter tools to their latest versions 2025-03-13 12:18:26 +01:00
cmd Revert "Remove spokes_quarantine sockstat var" 2025-04-24 13:49:10 +02:00
internal Update default socket path 2025-05-02 15:18:15 +00:00
.gitignore Add the ability to install the tooling and wire it at the proper places of or testing pipeline 2023-05-30 16:02:23 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-10-12 09:22:08 -04:00
CODEOWNERS Create CODEOWNERS 2022-10-12 09:16:13 -04:00
CONTRIBUTING.md Create CONTRIBUTING.md 2022-10-12 09:17:38 -04:00
go.mod Bump golang.org/x/sync from 0.12.0 to 0.13.0 2025-04-07 19:14:23 +00:00
go.sum Bump golang.org/x/sync from 0.12.0 to 0.13.0 2025-04-07 19:14:23 +00:00
LICENSE Create LICENSE 2022-10-12 09:14:50 -04:00
Makefile Include support for the modernize analyzer 2025-03-28 09:08:23 +01:00
ownership.yaml Update maintainer and management details in ownership.yaml 2025-10-06 10:18:51 -07:00
README.md link to license 2022-10-12 09:15:15 -04:00
SECURITY.md Create SECURITY.md 2022-10-12 09:22:50 -04:00
spokes-receive-pack.go Revert "Remove spokes_quarantine sockstat var" 2025-04-24 13:49:10 +02:00
SUPPORT.md Create SUPPORT.md 2022-10-12 09:20:08 -04:00

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!