X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16421a1aa8d420728b51d7cbb1b006a5613f8697..e0213cbec6a151e077b8cca00700815c3c3d18e7:/services/arv-git-httpd/doc.go diff --git a/services/arv-git-httpd/doc.go b/services/arv-git-httpd/doc.go index 21e8e484ac..713b018a46 100644 --- a/services/arv-git-httpd/doc.go +++ b/services/arv-git-httpd/doc.go @@ -3,5 +3,27 @@ arv-git-httpd provides authenticated access to Arvados-hosted git repositories. Example: arv-git-httpd -address=:8000 -repo-root=/var/lib/arvados/git + +Options: + + -address [host]:[port] + + Listen at the given host and port. Each can be a name, + a number, or empty. + + -repo-root path + + Directory containing git repositories. When a client + requests either "foo/bar.git" or "foo/bar/.git", + git-http-backend will be invoked on "path/foo/bar.git" + or (if that doesn't exist) "path/foo/bar/.git". + + -git-command path + + Location of the CGI program to execute for each + authorized request (normally this is git). It is + invoked with a single argument, 'http-backend'. + Default is /usr/bin/git. + */ package main