diff options
Diffstat (limited to 'doc/4-wildcard-repositories.mkd')
-rw-r--r-- | doc/4-wildcard-repositories.mkd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/4-wildcard-repositories.mkd b/doc/4-wildcard-repositories.mkd index 3717aca..9b01dcb 100644 --- a/doc/4-wildcard-repositories.mkd +++ b/doc/4-wildcard-repositories.mkd @@ -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 |