Skip to content

Commit 8fd225e

Browse files
authored
Merge pull request #979 from soxofaan/repo-local
Add some cross-references related to repo-local hooks
2 parents b05de99 + 75a9857 commit 8fd225e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sections/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ You can configure repository-local hooks by specifying the [`repo`](#repos-repo)
299299
sentinel `local`.
300300

301301
local 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).
303303
This enables you to install things which previously would require a trivial
304304
mirror repository.
305305

sections/plugins.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ from.
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.

0 commit comments

Comments
 (0)