uniform URL syntax on top authored by anarcat's avatar anarcat
Our git setup consists of three interdependent services:
* git-rw.torproject.org: ssh accessible and writeable git repositories
* git.torproject.org: https:// read-only anonymous access
* [gitweb.torproject.org](https://gitweb.torproject.org/): web browsing repositories
* `git-rw.torproject.org`: ssh accessible and writeable git repositories
* <https://git.torproject.org>: read-only anonymous access
* <https://gitweb.torproject.org/>: web browsing repositories
When a developer pushes to git-rw, the repository is mirrored to git and so
made available via the gitweb service.
......
......