2 arv-git-httpd provides authenticated access to Arvados-hosted git repositories.
5 arv-git-httpd -address=:8000 -repo-root=/var/lib/arvados/git
11 Listen at the given host and port. Each can be a name,
16 Directory containing git repositories. When a client
17 requests either "foo/bar.git" or "foo/bar/.git",
18 git-http-backend will be invoked on "path/foo/bar.git"
19 or (if that doesn't exist) "path/foo/bar/.git".
23 Location of the CGI program to execute for each
24 authorized request (normally this is git). It is
25 invoked with a single argument, 'http-backend'.
26 Default is /usr/bin/git.