summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Abrahams <dave.abrahams@gmail.com>2012-07-11 21:29:05 -0400
committerSitaram Chamarty <sitaram@atc.tcs.com>2012-07-12 18:06:21 +0530
commitd3279e4ad03b928b5ee832447b46fa6851f2682e (patch)
tree1489670c9813ed407375dba81039f330f3d46cfd /README.txt
parent(minor) don't keep adding the same thing to $PATH (diff)
downloadgitolite-gentoo-d3279e4ad03b928b5ee832447b46fa6851f2682e.tar.gz
gitolite-gentoo-d3279e4ad03b928b5ee832447b46fa6851f2682e.tar.bz2
gitolite-gentoo-d3279e4ad03b928b5ee832447b46fa6851f2682e.zip
Fix a typo
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 09e6dd2..b5d0a18 100644
--- a/README.txt
+++ b/README.txt
@@ -184,7 +184,7 @@ ACCESS RULES
* a permission of RW matches only a fast-forward push or create
* a permission of RW+ matches any type of push
- * a permission or '-' matches any type of push
+ * a permission of '-' matches any type of push
Note 2: refex matching:
(refex = optional regex to match the ref being pushed)