(minor fixups related to virtual ref)
This commit is contained in:
parent
1839520134
commit
33289bdbc5
3 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue