From 2eaa2c6416114dda1cdb4610d71d5f90be576ba7 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Tue, 27 Apr 2010 14:42:05 +0530 Subject: [PATCH] (minor) update changelog, features lists in both readme and doc/3 (and raise the reward, though Teemu already wont it actually!) --- README.mkd | 4 +++- doc/3-faq-tips-etc.mkd | 6 ++++++ doc/CHANGELOG | 11 ++++++++--- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.mkd b/README.mkd index ff653ed..b0793d4 100644 --- a/README.mkd +++ b/README.mkd @@ -82,6 +82,8 @@ detail [here][gsdiff]. * "personal namespace" prefix for each dev * migration guide and simple converter for gitosis conf file * "exclude" (or "deny") rights at the branch/tag level + * specify repos using patterns (patterns may include creator's name) + * define powerful operations on the server side, even github-like forking ### security @@ -93,7 +95,7 @@ normal user (not the gitolite admin) to read a repo, or write/rewind a ref, that the config file says he shouldn't, and caused by a bug in *code* that is in the "master" branch, (not in the other branches, or the configuration file or in Unix, perl, shell, etc.)... well I can't afford 1000 USD rewards like -djb, so you'll have to settle for 1000 INR (Indian Rupees) as a "token" prize +djb, so you'll have to settle for 5000 INR (Indian Rupees) as a "token" prize :-) However, there are a few optional features (which must be explicitly enabled diff --git a/doc/3-faq-tips-etc.mkd b/doc/3-faq-tips-etc.mkd index adcf94a..bb9c9d6 100644 --- a/doc/3-faq-tips-etc.mkd +++ b/doc/3-faq-tips-etc.mkd @@ -33,6 +33,7 @@ In this document: * easier to link gitweb authorisation with gitolite * advanced features * repos named with wildcards + * admin defined commands * access control for external commands * design choices * keeping the parser and the access control separate @@ -639,6 +640,11 @@ already done and we just use it! Please see `doc/4-wildcard-repositories.mkd` for all the details. +#### admin defined commands + +This requires the wildcards feature to be enabled, but is then an extremely +powerful feature. See `doc/admin-defined-commands.mkd`. + #### access control for external commands Gitolite now has a mechanism for allowing access control for arbitrary diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 32de001..743eeca 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,11 @@ Major changes to gitolite, master branch only, most recent first, no dates but the tags can help you position stuff approximately [NYD = not yet documented due to lack of time...] + - admin-defined commands; see doc/admin-defined-commands.mkd + + - v1.4.2 (prep for major refactor on rights queries + - v1.4.1 (security fix) + - REFUSE TO RUN ON SERVER GIT < 1.6.2 (do NOT upgrade gitolite to or beyond this point if you are unable to upgrade git itself to at least 1.6.2) @@ -33,12 +38,12 @@ the tags can help you position stuff approximately - v1.1 - contrib directory added - - expand now lists non-wildcard repos also (expand is NYD) + - expand now lists non-wildcard repos also - refs also have groups now (NYD) - - allow admins to get "info" for other users (NYD) + - allow admins to get "info" for other users - wildrepos merged - - getdesc and setdesc for wildrepos (NYD) + - getdesc and setdesc for wildrepos - htpasswd subcommand - access control for rsync