(minor) docfix

This commit is contained in:
Ralf Hemmecke 2011-03-17 19:10:43 +01:00 committed by Sitaram Chamarty
parent 4d913e1c58
commit 85fe9c1739

View file

@ -120,7 +120,7 @@ For basic permissions like this, matching is simple. Gitolite already knows:
* the user * the user
* the repo * the repo
* the branch or tag ("ref") being pushed * the branch or tag ("ref") being pushed
* whether it is a notmal (ff) push or a rewind (non-ff) push. * whether it is a normal (ff) push or a rewind (non-ff) push.
Gitolite goes down the list of rules matching the user, repo, and the ref. Gitolite goes down the list of rules matching the user, repo, and the ref.
The first matching rule that has the permission you're looking for (`W` or The first matching rule that has the permission you're looking for (`W` or