gitolite/t/out
Sitaram Chamarty 056459aeda fix sequencing for repo config statements
Without this, complex mirroring scenarios will be unpredictable.  For
example (abbreviating "gitolite.mirror." to "gimo.") something as simple
as this will not give "foo" his different mirror setup

    repo @all
        config gimo.master = "frodo"
        config gimo.slaves = "sam"

    repo foo
        config gimo.master = "sam"
        config gimo.slaves = "frodo gollum"

    repo foo bar
        RW  =   u1

Even worse things happen when you have wild cards.

Now, however, they all come in the right sequence and the most recent
one takes effect (unlike ACL rules, where the first match wins, because
there you're trying to just find a match and get out, while here you're
just mindlessly applying config lines in the right order).
2011-08-17 21:03:14 +05:30
..
t01-repo-groups.1 fix sequencing for repo config statements 2011-08-17 21:03:14 +05:30
t01-repo-groups.1b fix sequencing for repo config statements 2011-08-17 21:03:14 +05:30
t01-repo-groups.1bs fix sequencing for repo config statements 2011-08-17 21:03:14 +05:30
t01-repo-groups.2 fix sequencing for repo config statements 2011-08-17 21:03:14 +05:30
t02-user-groups.1 fix sequencing for repo config statements 2011-08-17 21:03:14 +05:30
t02-user-groups.1b fix sequencing for repo config statements 2011-08-17 21:03:14 +05:30
t02-user-groups.1bs fix sequencing for repo config statements 2011-08-17 21:03:14 +05:30
t02-user-groups.2 fix sequencing for repo config statements 2011-08-17 21:03:14 +05:30
t02-user-groups.2bs fix sequencing for repo config statements 2011-08-17 21:03:14 +05:30
t04-wild1.1 custom perm categories in setperms (WARNING: PLEASE READ FULL COMMIT MESSAGE) 2010-11-06 21:03:34 +05:30
t04-wild1.2 custom perm categories in setperms (WARNING: PLEASE READ FULL COMMIT MESSAGE) 2010-11-06 21:03:34 +05:30