summaryrefslogtreecommitdiff
path: root/scripts/git-daemon-wrap
Commit message (Collapse)AuthorAgeFilesLines
* Add script for launching git daemon on random portRichard Maw2014-08-281-0/+46
This starts the git daemon procvess in inetd mode, so we can bind to an ephemeral port, and still be able to report which port was used, so we can construct git URIs using a non-standard port to talk to simulated git servers.