(minor fixups related to virtual ref)

g2
Sitaram Chamarty 2012-02-26 19:33:26 +05:30
parent 1839520134
commit 33289bdbc5
3 changed files with 3 additions and 5 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/