From 16653e916fbf6b64baaaed2247d34d8f2372b89e Mon Sep 17 00:00:00 2001 From: pbe <pbe@remmert.de> Date: Mon, 05 May 2014 08:41:19 -0400 Subject: [PATCH] Added TortoiseGit to the clientapps --- src/site/faq.mkd | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/site/faq.mkd b/src/site/faq.mkd index a631797..1b522f8 100644 --- a/src/site/faq.mkd +++ b/src/site/faq.mkd @@ -111,7 +111,7 @@ Care must be taken to preserve the relationship between user roles and repository names.<br/>Please see the *User Roles* section of the [setup](/setup.html) page for details. ### Can I restrict access to branches or paths within a repository? -No, not out-of-the-box. Access restrictions apply to the repository as a whole. +No, not yet. Access restrictions apply to the repository as a whole. Gitblit's simple authentication and authorization mechanism can be used to facilitate one or more of the [workflows outlined here](http://progit.org/book/ch5-1.html). @@ -121,10 +121,6 @@ ### Can I authenticate users against XYZ? Yes. The user service is pluggable. You may write your own complete user service by implementing the *com.gitblit.IUserService* interface. Or you may subclass *com.gitblit.GitblitUserService* and override just the authentication. Set the fully qualified classname as the *realm.userService* property. - -### Why doesn't Gitblit support SSH? - -It will. This feature is in development and should land in the 1.5.0 release. ### What types of Search does Gitblit support? -- Gitblit v1.9.1