Skip to content

Commit

Permalink
(minor) update changelog, features lists in both readme and doc/3
Browse files Browse the repository at this point in the history
(and raise the reward, though Teemu already wont it actually!)
  • Loading branch information
sitaramc committed Apr 29, 2010
1 parent 6787dc2 commit 2eaa2c6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.mkd
Expand Up @@ -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

Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions doc/3-faq-tips-etc.mkd
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
11 changes: 8 additions & 3 deletions doc/CHANGELOG
Expand Up @@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2eaa2c6

Please sign in to comment.