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