| Issue 107: | Allow git:// daemon hosted inside of Gerrit | |
| 10 people starred this issue and may be notified of changes. | Back to list |
Reported by Shawn Pearce <sop@google.com> on Sun Mar 22 21:04:35 PDT 2009 Source: JIRA GERRIT-107 Affected Version: 2.0.9 JGit already provides the code necessary for a git:// daemon service on any port (org.spearce.jgit.transport.Daemon). We could optionally support starting the daemon for fetch service for projects that have the ACL "READ" for "Anonymous Users". This is more efficient then using SSH for transport, and may make it easier to export projects which anyone can read. |
|
| ► Sign in to add a comment |
Owner: ---