diff options
author | James Moger <james.moger@gmail.com> | 2013-04-03 20:31:11 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2013-04-03 20:31:11 -0400 |
commit | 75bca8ea4a8bc1126cc47c97c9ce595fd650c831 (patch) | |
tree | 26aec41efd292231d494868e10641bb92796dd71 /src/site/features.mkd | |
parent | b9afce4d3db8dec34b22b07c952df814efc7335f (diff) | |
download | gitblit-75bca8ea4a8bc1126cc47c97c9ce595fd650c831.tar.gz gitblit-75bca8ea4a8bc1126cc47c97c9ce595fd650c831.zip |
Added Git Daemon support
Diffstat (limited to 'src/site/features.mkd')
-rw-r--r-- | src/site/features.mkd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/site/features.mkd b/src/site/features.mkd index b99aa52e..9751482f 100644 --- a/src/site/features.mkd +++ b/src/site/features.mkd @@ -1,5 +1,6 @@ ## Standard Features (GO/WAR)
-- JGit SmartHTTP servlet
+- JGit http/https SmartHTTP servlet
+- JGit git protocol daemon
- Browser and git client authentication
- Four *per-repository* access restriction configurations with a Read-Only control flag
- ![anonymous](blank.png) *Anonymous View, Clone & Push*
@@ -72,7 +73,7 @@ - Built-in AJP connector for Apache httpd
## Limitations
-- HTTP/HTTPS are the only supported Git protocols
+- HTTP/HTTPS/GIT are the only supported Git protocols
- Built-in access controls are not path-based, they are repository-based.
[jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
|