summaryrefslogtreecommitdiffstats
path: root/gitweb.conf.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-04-13 17:37:19 -0700
committerJunio C Hamano <gitster@pobox.com>2021-04-13 17:37:19 -0700
commit01f192088b110867f7345eaf7c0e7e6eed0c8e16 (patch)
tree890bb16167d303c59970c69066f53525eb88f088 /gitweb.conf.txt
parentddc69f1abb97b2b9dbf0f9c2d4633db30be2a45c (diff)
downloadgit-htmldocs-01f192088b110867f7345eaf7c0e7e6eed0c8e16.tar.gz
Autogenerated HTML docs for v2.31.1-298-g54a39
Diffstat (limited to 'gitweb.conf.txt')
-rw-r--r--gitweb.conf.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/gitweb.conf.txt b/gitweb.conf.txt
index 7963a79ba..34b1d6e22 100644
--- a/gitweb.conf.txt
+++ b/gitweb.conf.txt
@@ -751,6 +751,17 @@ default font sizes or lineheights are changed (e.g. via adding extra
CSS stylesheet in `@stylesheets`), it may be appropriate to change
these values.
+email-privacy::
+ Redact e-mail addresses from the generated HTML, etc. content.
+ This obscures e-mail addresses retrieved from the author/committer
+ and comment sections of the Git log.
+ It is meant to hinder web crawlers that harvest and abuse addresses.
+ Such crawlers may not respect robots.txt.
+ Note that users and user tools also see the addresses as redacted.
+ If Gitweb is not the final step in a workflow then subsequent steps
+ may misbehave because of the redacted information they receive.
+ Disabled by default.
+
highlight::
Server-side syntax highlight support in "blob" view. It requires
`$highlight_bin` program to be available (see the description of