├── .gitignore ├── LICENSE ├── README.md └── gitreceive.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/go-gitreceive/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/go-gitreceive/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/go-gitreceive/HEAD/README.md -------------------------------------------------------------------------------- /gitreceive.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/go-gitreceive/HEAD/gitreceive.go --------------------------------------------------------------------------------