From 722e2325300c7e5d73a93416e28c20354556fec4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 23 May 2013 23:13:59 -0400 Subject: [PATCH] Implemented compare page for branch/tag/manual diffs (issue-75, issue-133) --- 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 b99aa52..9751482 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 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" -- Gitblit v1.9.1