diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-12-10 14:35:04 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-12-10 14:35:04 -0800 |
| commit | b5e7f5e5b18f1ec969c66a6e5b2b7f4caae34c0a (patch) | |
| tree | c06a7fa9975f8761c29584e312b2cde8ed7bf3ec /Documentation | |
| parent | 23c83fc47315d28dd2185618ecccaf403e2dd6a9 (diff) | |
| parent | 0ba558ffb138f893f786d42b19689898ef456515 (diff) | |
| download | git-b5e7f5e5b18f1ec969c66a6e5b2b7f4caae34c0a.tar.xz | |
Merge branch 'if/redact-packfile-uri'
Redact the path part of packfile URI that appears in the trace output.
* if/redact-packfile-uri:
http-fetch: redact url on die() message
fetch-pack: redact packfile urls in traces
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 281c5f8cae..13f83a2a3a 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -832,8 +832,9 @@ for full details. `GIT_TRACE_REDACT`:: By default, when tracing is activated, Git redacts the values of - cookies, the "Authorization:" header, and the "Proxy-Authorization:" - header. Set this variable to `0` to prevent this redaction. + cookies, the "Authorization:" header, the "Proxy-Authorization:" + header and packfile URIs. Set this variable to `0` to prevent this + redaction. `GIT_LITERAL_PATHSPECS`:: Setting this variable to `1` will cause Git to treat all |
