diff options
author | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-02-26 19:33:26 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-02-26 19:33:26 +0530 |
commit | 33289bdbc59cfda9f99d3f13b027d0eeaaaef871 (patch) | |
tree | 092322c6d23b2f68715dbb7d4eae01cb41a3b4b8 | |
parent | 3 new VREFs plus doc (diff) | |
download | gitolite-gentoo-33289bdbc59cfda9f99d3f13b027d0eeaaaef871.tar.gz gitolite-gentoo-33289bdbc59cfda9f99d3f13b027d0eeaaaef871.tar.bz2 gitolite-gentoo-33289bdbc59cfda9f99d3f13b027d0eeaaaef871.zip |
(minor fixups related to virtual ref)
-rw-r--r-- | doc/admin.mkd | 5 | ||||
-rw-r--r-- | doc/virtual-refs.mkd | 2 | ||||
-rwxr-xr-x | t/standalone/gl-system-install | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/doc/admin.mkd b/doc/admin.mkd index 1ed05e5..44d55b0 100644 --- a/doc/admin.mkd +++ b/doc/admin.mkd @@ -106,9 +106,8 @@ received from git. <font color="gray"> -> In addition, gitolite now contains the basic infrastructure to support -> multiple 'update' hooks without having to remember to chain them yourself. -> See `hooks/common/update.secondary.sample` for instructions. +> Also see the document on [virtual refs][vref] for a way to add additional +> checks that you might need. </font> diff --git a/doc/virtual-refs.mkd b/doc/virtual-refs.mkd index 9cb8db2..17cd607 100644 --- a/doc/virtual-refs.mkd +++ b/doc/virtual-refs.mkd @@ -1,4 +1,4 @@ -# virtual refs +# F=vref virtual refs The traditional method of adding additional checks to gitolite was to use [hook chaining][hookchaining], which basically means you put your code in a new diff --git a/t/standalone/gl-system-install b/t/standalone/gl-system-install index 298d0ec..4175b47 100755 --- a/t/standalone/gl-system-install +++ b/t/standalone/gl-system-install @@ -131,7 +131,6 @@ sub static_checks { ok /\Q$hooks_dir/common/gitolite-hooked\E/ /\Q$hooks_dir/common/update\E/ - /\Q$hooks_dir/common/update.secondary.sample\E/ /\Q$hooks_dir/common/post-receive.mirrorpush\E/ /\Q$hooks_dir/common/gl-pre-git.hub-sample\E/ /\Q$hooks_dir/gitolite-admin/post-update\E/ |