diff options
author | Malfurious <m@lfurio.us> | 2022-08-02 19:38:22 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-08-02 19:38:22 -0400 |
commit | b7301020d0caf4dc651f2d1e7df9f57747b1450d (patch) | |
tree | 7edd9a635c165bd4e7903ac9f4a50ff44864e0f6 | |
parent | f2f946056371bddbfe8e399e2d07274b8dab58ba (diff) | |
download | srcnode-b7301020d0caf4dc651f2d1e7df9f57747b1450d.tar.gz srcnode-b7301020d0caf4dc651f2d1e7df9f57747b1450d.zip |
Allow users to delete wildcard repositories
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r-- | conf/.gitolite.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/.gitolite.rc b/conf/.gitolite.rc index 3445225..983caae 100644 --- a/conf/.gitolite.rc +++ b/conf/.gitolite.rc @@ -102,7 +102,7 @@ # 'mirror', # 'readme', # 'sskm', - # 'D', + 'D', # These FEATURES are enabled by default. |