Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gitolite-gentoo:master commit in: /
Date: Tue, 30 Aug 2011 15:47:17
Message-Id: 00efb4291b3413a1fb2132218a3167f588c01b44.idl0r@gentoo
1 commit: 00efb4291b3413a1fb2132218a3167f588c01b44
2 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 15:38:49 2011 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 15:38:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gitolite-gentoo.git;a=commit;h=00efb429
7
8 Merge commit 'refs/top-bases/t/find_pubkeys-function' into t/find_pubkeys-function
9
10
11 README.mkd | 62 +--
12 contrib/adc/README.mkd | 63 ++
13 contrib/adc/adc.common-functions | 6 +-
14 contrib/adc/delete-branch | 84 +++
15 contrib/adc/help | 2 +-
16 .../{repo-deletion.README => repo-deletion.mkd} | 9 +-
17 contrib/adc/sskm | 275 ++++++++
18 contrib/adc/sskm.mkd | 288 ++++++++
19 contrib/adc/su-getperms | 33 +
20 contrib/adc/su-setperms | 1 +
21 doc/1-INSTALL.mkd | 552 +++++++++-------
22 doc/2-admin.mkd | 11 +-
23 doc/3-faq-tips-etc.mkd | 41 +-
24 doc/CHANGELOG | 19 +
25 doc/admin-defined-commands.mkd | 7 +-
26 doc/authentication-vs-authorisation.mkd | 104 +++
27 doc/developer-notes.mkd | 2 +-
28 doc/gitolite-and-ssh.mkd | 11 +-
29 doc/gitolite-gitweb-http-backend.mkd | 303 ++++++++
30 doc/gitolite-without-ssh.mkd | 75 --
31 doc/gitolite.conf.mkd | 4 +
32 doc/gitolite.rc.mkd | 20 +-
33 doc/hook-propagation.mkd | 4 +-
34 doc/http-backend.mkd | 8 +-
35 doc/migrate.mkd | 86 ++-
36 doc/mirroring.mkd | 2 +-
37 doc/mob-branches.mkd | 8 +-
38 doc/monkeysphere.mkd | 2 +-
39 doc/report-output.mkd | 6 +-
40 doc/ssh-troubleshooting.mkd | 725 ++++++++++---------
41 doc/who-uses-it.mkd | 2 +-
42 doc/wildcard-repositories.mkd | 5 +-
43 hooks/common/update | 4 +-
44 hooks/gitolite-admin/post-update | 4 +-
45 src/gitolite.pm | 33 +-
46 src/gitolite_rc.pm | 2 +-
47 src/gl-admin-push | 50 ++
48 src/gl-compile-conf | 3 +-
49 src/gl-dont-panic | 113 ---
50 src/gl-easy-install | 2 +
51 src/gl-install | 4 +-
52 src/gl-setup | 2 +
53 src/gl-system-install | 35 +-
54 src/sshkeys-lint | 6 +-
55 t/README.mkd | 16 +-
56 t/install-gitolite | 23 +-
57 t/keys/config | 5 +-
58 t/rollback.server | 2 +-
59 t/t67-hub | 4 +-
60 49 files changed, 2193 insertions(+), 935 deletions(-)