From 5004369e176d8209d0cbd27d8f3ea2d3c5812c39 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Wed, 5 Jan 2011 17:02:05 +0530 Subject: [PATCH] minor doc fix re @all and deny rules http://groups.google.com/group/gitolite/browse_thread/thread/aa5f87e826cef687 --- conf/example.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/example.conf b/conf/example.conf index 99ba483..27f99cd 100644 --- a/conf/example.conf +++ b/conf/example.conf @@ -162,9 +162,6 @@ repo git # defined as either permitting the operation you're attempting (`W` or `+`), # which results in success, or a "deny" (`-`), which results in failure. # (As before, a fallthrough also results in failure). -# -# - do not use `@all` when your config has any deny rules; it won't work as -# you probably expect it to! # in the example above, you cannot easily say "anyone can write any tag, # except version tags can only be written by junio". The following might look