summaryrefslogtreecommitdiff
path: root/src/lib/Gitolite/Rc.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Gitolite/Rc.pm')
-rw-r--r--src/lib/Gitolite/Rc.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Gitolite/Rc.pm b/src/lib/Gitolite/Rc.pm
index 9b15f23..3d1af57 100644
--- a/src/lib/Gitolite/Rc.pm
+++ b/src/lib/Gitolite/Rc.pm
@@ -482,6 +482,8 @@ __DATA__
# the 'desc' command uses this
# WRITER_CAN_UPDATE_DESC => 1,
+ # the 'readme' command uses this
+ # WRITER_CAN_UPDATE_README => 1,
# the CpuTime feature uses these
# display user, system, and elapsed times to user after each git operation
@@ -526,6 +528,7 @@ __DATA__
# 'create',
# 'fork',
# 'mirror',
+ # 'readme',
# 'sskm',
# 'D',