File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ You can configure repository-local hooks by specifying the [`repo`](#repos-repo)
299299sentinel ` local ` .
300300
301301local hooks can use any language which supports [ ` additional_dependencies ` ] ( #config-additional_dependencies )
302- or ` docker_image ` / ` fail ` / ` pygrep ` / ` script ` / ` system ` .
302+ or [ ` docker_image ` ] ( #docker_image ) / [ ` fail ` ] ( #fail ) / [ ` pygrep ` ] ( #pygrep ) / [ ` script ` ] ( #script ) / [ ` system ` ] ( #system ) .
303303This enables you to install things which previously would require a trivial
304304mirror repository.
305305
Original file line number Diff line number Diff line change 7373=r=
7474 =c= [`repo`](_#repos-repo)
7575 =c= the repository url to `git clone` from
76+ or one of the special sentinel values :
77+ [`local`](#repository-local-hooks),
78+ [`meta`](#meta-hooks).
7679=r=
7780 =c= [`rev`](_#repos-rev)
7881 =c= the revision or tag to clone at.
You can’t perform that action at this time.
0 commit comments