Skip to content

Commit

Permalink
minor clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaramc committed Jul 28, 2017
1 parent 7c0dde5 commit cb16706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf-2.mkd
Expand Up @@ -308,13 +308,13 @@ Sometimes you want to allow people to push, but not *create* a ref. Or
rewind, but not *delete* a ref. The `C` and `D` qualifiers help here.

* If a rule specifies `RWC` or `RW+C`, then *rules that do NOT have the C
qualifier will no longer permit **creating** a ref*.
qualifier will no longer permit **creating** a ref in that repo*.

<font color="gray">Please do not confuse this with the standalone `C`
permission that allows someone to [create][] a **repo**</font>

* If a rule specifies `RWD` or `RW+D`, then *rules that do NOT have the D
qualifier will no longer permit **deleting** a ref*.
qualifier will no longer permit **deleting** a ref in that repo*.

[create]: wild/#user-creating-a-specific-repo

Expand Down

0 comments on commit cb16706

Please sign in to comment.