From b3c5d1442155fc473f413b3fe4f6e297fb7e01ae Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sat, 20 Mar 2010 09:59:07 +0530 Subject: [PATCH] relent a little and document the expand command a tiny bit :) --- doc/4-wildcard-repositories.mkd | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/4-wildcard-repositories.mkd b/doc/4-wildcard-repositories.mkd index a0fc1dc..68dbaa0 100644 --- a/doc/4-wildcard-repositories.mkd +++ b/doc/4-wildcard-repositories.mkd @@ -184,7 +184,16 @@ allowed to *create* repos matching that pattern. In addition, there is also the "expand" command, which takes any regex pattern and returns you a list of all wildcard-created repos that you have access to -which fit that pattern. +which fit that pattern. And if, as an administrator, you wish to list out +*every single* repo that your users have created, add this to the *end* of the +config file: + + repo @all + R = sitaram # or whoever you are + +Push the config, then try + + ssh gitolite expand ### other issues and discussion