(minor) doc tweaks

This commit is contained in:
Sitaram Chamarty
2011-05-28 17:49:22 +05:30
parent 936f8719ce
commit 31cd56b76d
5 changed files with 19 additions and 11 deletions
+3 -2
View File
@@ -94,8 +94,9 @@ But there are several disadvantages here:
impossible without extraneous tools
* errors or omissions in setting the permissions exactly can cause problems
of either kind: false accepts or false rejects
* without going into ACLs it is not possible to give someone read-only
access to a repo; they either get read-write access or no access
* without going into ACLs it is not possible to give some people read-only
access while some others have read-write access to a repo (unless you make
it world-readable). Group access just doesn't have enough granularity
* it is absolutely impossible to restrict pushing by branch name or tag
name.