minor doc fix re @all and deny rules

http://groups.google.com/group/gitolite/browse_thread/thread/aa5f87e826cef687
This commit is contained in:
Sitaram Chamarty 2011-01-05 17:02:05 +05:30
parent 10a30c961d
commit 5004369e17

View file

@ -162,9 +162,6 @@ repo git
# defined as either permitting the operation you're attempting (`W` or `+`),
# which results in success, or a "deny" (`-`), which results in failure.
# (As before, a fallthrough also results in failure).
#
# - do not use `@all` when your config has any deny rules; it won't work as
# you probably expect it to!
# in the example above, you cannot easily say "anyone can write any tag,
# except version tags can only be written by junio". The following might look