]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git.txt
http: support cookie redaction when tracing
[thirdparty/git.git] / Documentation / git.txt
index 3f4161a799300c55e17fec86e2debe503e6ec903..5446d2143857037bc376673e05a56a1f98ea5eb9 100644 (file)
@@ -646,6 +646,12 @@ of clones and fetches.
        variable.
        See `GIT_TRACE` for available trace output options.
 
+`GIT_REDACT_COOKIES`::
+       This can be set to a comma-separated list of strings. When a curl trace
+       is enabled (see `GIT_TRACE_CURL` above), whenever a "Cookies:" header
+       sent by the client is dumped, values of cookies whose key is in that
+       list (case-sensitive) are redacted.
+
 `GIT_LITERAL_PATHSPECS`::
        Setting this variable to `1` will cause Git to treat all
        pathspecs literally, rather than as glob patterns. For example,