document the change in a982446

(thanks to Eli for catching this!)
This commit is contained in:
Sitaram Chamarty 2010-04-13 23:06:40 +05:30
parent 850e583ac7
commit 9df775413c

View file

@ -108,11 +108,11 @@ metacharacters.
Just for interest, note that this is in contrast to the refexes for the normal
"branch" permissions, as described in `conf/example.conf` and elsewhere.
Those "refexes" are *not* anchored; a pattern like `refs/heads/master`
actually matches `foo/refs/heads/master01/bar` as well, even if no one will
actually push such a branch! You can anchor it if you really care, by using
`master$` instead of `master`, but anchoring is *not* the default for
refexes.]
These "refexes" are only anchored at the start; a pattern like
`refs/heads/master` actually can match `refs/heads/master01/bar` as well, even
if no one will actually push such a branch! You can anchor both sides if you
really care, by using `master$` instead of `master`, but that is *not* the
default for refexes.
### Handing out rights to wildcard-matched repos