Document a new config option that allows users to determine whether or not to advertise their trace2 session IDs to remote Git clients and servers. Signed-off-by: Josh Steadmon <steadmon@xxxxxxxxxx> --- Documentation/config/trace2.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/config/trace2.txt b/Documentation/config/trace2.txt index 01d3afd8a8..3f2e3b4425 100644 --- a/Documentation/config/trace2.txt +++ b/Documentation/config/trace2.txt @@ -69,3 +69,7 @@ trace2.maxFiles:: write additional traces if we would exceed this many files. Instead, write a sentinel file that will block further tracing to this directory. Defaults to 0, which disables this check. + +trace2.advertiseSID:: + Boolean. When true, client and server processes will advertise their + trace2 session IDs to their remote counterpart. Defaults to false. -- 2.29.1.341.ge80a0c044ae-goog