gitreceive
gitreceive copied to clipboard
Easily accept and handle arbitrary git pushes
not sure if this is outside of the scope of gitreceive - but is there any way to save repositories when they're pushed to me to specific folders? so even...
When I use the `mkdir -p /some/path && cat | tar -x -C /some/path` command specified in the documentation I get an unexpected result. My code is in place, but...
From [build 14](https://travis-ci.org/progrium/gitreceive/builds/12998914): ``` # fatal: 'test-2' does not appear to be a git repository # fatal: The remote end hung up unexpectedly ``` The test failed but was perceived...
Great job on gitreceive, Jeff. I'm trying to run it on CoreOS and have trouble with this line: https://github.com/progrium/gitreceive/blob/master/gitreceive#L47 because it uses perl, which isn't installed on CoreOS out of...