Passing arguments to the VREF code

Now let us suppose we had an update hook (in our pre-Gitolite setup) that prevented certain users from making changes to certain files. One way would be to write an update hook that checks for such files and use it as a VREF, as shown in the previous section. However, the list or pattern of files to be checked will need to somehow be encoded within the VREF code, or some other method of passing that information needs to be found.

Gitolite allows you to pass additional arguments to the VREF code. Let's say the VREF used is called NAME, then instead of merely saying:

-  VREF/NAME           =  @junior-developers

and making sure that the code for the NAME VREF knows which files we are talking about, you can say:

- VREF/NAME/.*\.h$ ...

Get Gitolite Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.