gitolite/src
Sitaram Chamarty 79f0a5fd52 (big one!) more than one wildcard may match a repo...
plus it can also be matched by a normal repo line.  In other words, with

    repo foo/bar
        RW  =   u1

    repo foo/..*
        RW  =   u2

user u2 has access to foo/bar (the non-wild does not cause the wild to
be completely ignored any longer)

implementation notes:

    get_memberships:

      - no more highlander ("there can only be one") for patterns in
        @repo_plus
      - return $wild as a space-separated list of matched patterns

    collect_repo_patts:

      - as of the last change to this section of code it appears we
        weren't using the values anyway, but I had forgotten :-)

    repo_rights: (big change: $wild no longer implies $creator present,
    or vice versa)

      - new type of "creator" (like "was_sitaram") is now possible
2010-08-11 22:38:17 +05:30
..
gitolite.pm (big one!) more than one wildcard may match a repo... 2010-08-11 22:38:17 +05:30
gl-auth-command fix up gitweb, daemon, for wild + big-config 2010-08-11 22:38:16 +05:30
gl-compile-conf (big one!) more than one wildcard may match a repo... 2010-08-11 22:38:17 +05:30
gl-conf-convert all src: (please read full commit message): allow local admin-defined hooks 2009-11-13 18:37:46 +05:30
gl-dont-panic two months too late for towel day... but "dont-panic"! 2010-08-09 23:21:14 +05:30
gl-easy-install include VERSION details when using gl-system-install from a clone 2010-05-31 14:20:58 +05:30
gl-install (mini refactor) clean up the repo_base_abs stuff 2010-08-11 22:38:16 +05:30
gl-mirror-shell mirroring support... 2010-08-11 22:37:35 +05:30
gl-mirror-sync mirroring support... 2010-08-11 22:37:35 +05:30
gl-setup (minor) gl-setup fixes 2010-08-09 23:21:14 +05:30
gl-setup-authkeys separate out the code that sets up ~/.ssh/authorized_keys 2010-08-09 23:21:15 +05:30
gl-system-install remove a few needless bashisms... 2010-06-01 20:07:53 +05:30
gl-tool new server-side program "gl-tool", subcommand "shell-add" 2010-04-09 21:05:17 +05:30
sshkeys-lint sshkeys-lint: new program 2010-01-25 13:17:14 +05:30