gitserver: Extract GitoliteLister
Created by: ryanslade
Extracted a new minimal type out of our gitserver client just for listing gitolite repos.
This leads to a couple of nice properties:
- Gitserver client no longer needs to expose public HTTPClient
- Smaller gitserver interface
Test plan
Existing unit tests still pass