(minor fixups related to virtual ref)
This commit is contained in:
parent
1839520134
commit
33289bdbc5
|
@ -106,9 +106,8 @@ received from git.
|
||||||
|
|
||||||
<font color="gray">
|
<font color="gray">
|
||||||
|
|
||||||
> In addition, gitolite now contains the basic infrastructure to support
|
> Also see the document on [virtual refs][vref] for a way to add additional
|
||||||
> multiple 'update' hooks without having to remember to chain them yourself.
|
> checks that you might need.
|
||||||
> See `hooks/common/update.secondary.sample` for instructions.
|
|
||||||
|
|
||||||
</font>
|
</font>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# virtual refs
|
# F=vref virtual refs
|
||||||
|
|
||||||
The traditional method of adding additional checks to gitolite was to use [hook
|
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
|
chaining][hookchaining], which basically means you put your code in a new
|
||||||
|
|
|
@ -131,7 +131,6 @@ sub static_checks {
|
||||||
ok
|
ok
|
||||||
/\Q$hooks_dir/common/gitolite-hooked\E/
|
/\Q$hooks_dir/common/gitolite-hooked\E/
|
||||||
/\Q$hooks_dir/common/update\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/post-receive.mirrorpush\E/
|
||||||
/\Q$hooks_dir/common/gl-pre-git.hub-sample\E/
|
/\Q$hooks_dir/common/gl-pre-git.hub-sample\E/
|
||||||
/\Q$hooks_dir/gitolite-admin/post-update\E/
|
/\Q$hooks_dir/gitolite-admin/post-update\E/
|
||||||
|
|
Loading…
Reference in a new issue