From d3279e4ad03b928b5ee832447b46fa6851f2682e Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 11 Jul 2012 21:29:05 -0400 Subject: [PATCH] Fix a typo --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)