... | ... |
@@ -4,8 +4,8 @@ An [Ansible][] [role][] for deploying [gitolite][] on [Debian][] >=9. |
4 | 4 |
|
5 | 5 |
Installs [gitolite][], creates a [dedicated user][] to run it (defaults to |
6 | 6 |
`git`), prepares for [administering gitolite directly on the server][], and |
7 |
-allows [user created repos][] with [multiple `OWNERS`][] and `user/USER/*` |
|
8 |
-[personal branches][] for `USERS`. |
|
7 |
+allows (explicit) [user created repos][] with [multiple `OWNERS`][] and |
|
8 |
+`user/USER/*` [personal branches][] for `USERS`. |
|
9 | 9 |
|
10 | 10 |
[`ansible-role-gitolite`]: https://git.rcrnstn.net/rcrnstn/ansible-role-gitolite |
11 | 11 |
[Ansible]: https://docs.ansible.com/ansible |
... | ... |
@@ -101,12 +101,12 @@ |
101 | 101 |
'writable', |
102 | 102 |
|
103 | 103 |
# Uncomment or add new commands here. |
104 |
- # 'create', |
|
104 |
+ 'create', |
|
105 | 105 |
# 'fork', |
106 | 106 |
# 'mirror', |
107 | 107 |
# 'readme', |
108 | 108 |
# 'sskm', |
109 |
- # 'D', |
|
109 |
+ 'D', |
|
110 | 110 |
|
111 | 111 |
# These FEATURES are enabled by default. |
112 | 112 |
|
... | ... |
@@ -130,7 +130,7 @@ |
130 | 130 |
# prevent wild repos auto-create on fetch/clone |
131 | 131 |
# 'no-create-on-read', |
132 | 132 |
# no auto-create at all (don't forget to enable the 'create' command!) |
133 |
- # 'no-auto-create', |
|
133 |
+ 'no-auto-create', |
|
134 | 134 |
|
135 | 135 |
# access a repo by another (possibly legacy) name |
136 | 136 |
# 'Alias', |