diff options
| author | Jean-Noël Avila <jn.avila@free.fr> | 2025-08-11 20:53:15 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-11 14:16:03 -0700 |
| commit | f81a574f59a61dd85ee918f8759a624d33f3539e (patch) | |
| tree | 40d128da8a735064992e69cc85c599394b4567a7 /Documentation/gitweb.conf.adoc | |
| parent | 721c9e5ce7c6fa4e1a33490f5e5a81eeee814021 (diff) | |
| download | git-f81a574f59a61dd85ee918f8759a624d33f3539e.tar.xz | |
doc: test linkgit macros for well-formedness
Some readers of man pages have reported that they found
malformed linkgit macros in the documentation (absence or bad
spelling).
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitweb.conf.adoc')
| -rw-r--r-- | Documentation/gitweb.conf.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitweb.conf.adoc b/Documentation/gitweb.conf.adoc index 1348e9b125..64bebb811c 100644 --- a/Documentation/gitweb.conf.adoc +++ b/Documentation/gitweb.conf.adoc @@ -178,7 +178,7 @@ $export_ok:: Show repository only if this file exists (in repository). Only effective if this variable evaluates to true. Can be set when building gitweb by setting `GITWEB_EXPORT_OK`. This path is - relative to `GIT_DIR`. git-daemon[1] uses 'git-daemon-export-ok', + relative to `GIT_DIR`. linkgit:git-daemon[1] uses 'git-daemon-export-ok', unless started with `--export-all`. By default this variable is not set, which means that this feature is turned off. |
