summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-trace2.txt
diff options
context:
space:
mode:
authorJosh Steadmon <steadmon@google.com>2019-10-03 23:32:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-10-04 00:26:42 (GMT)
commit3d4548e7e29177b6a5e21c73009bc40c63c8ce62 (patch)
tree870b7ca3b30414ec3b88c5cb556d88b87a4f762c /Documentation/technical/api-trace2.txt
parentbc12974a897308fd3254cf0cc90319078fe45eea (diff)
downloadgit-3d4548e7e29177b6a5e21c73009bc40c63c8ce62.zip
git-3d4548e7e29177b6a5e21c73009bc40c63c8ce62.tar.gz
git-3d4548e7e29177b6a5e21c73009bc40c63c8ce62.tar.bz2
docs: mention trace2 target-dir mode in git-config
Move the description of trace2's target-directory behavior into the shared trace2-target-values file so that it is included in both the git-config and api-trace2 docs. Leave the SID discussion only in api-trace2 since it's a technical detail. Signed-off-by: Josh Steadmon <steadmon@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-trace2.txt')
-rw-r--r--Documentation/technical/api-trace2.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/technical/api-trace2.txt b/Documentation/technical/api-trace2.txt
index 71eb081..80ffcea 100644
--- a/Documentation/technical/api-trace2.txt
+++ b/Documentation/technical/api-trace2.txt
@@ -142,10 +142,9 @@ system or global config value to one of the following:
include::../trace2-target-values.txt[]
-If the target already exists and is a directory, the traces will be
-written to files (one per process) underneath the given directory. They
-will be named according to the last component of the SID (optionally
-followed by a counter to avoid filename collisions).
+When trace files are written to a target directory, they will be named according
+to the last component of the SID (optionally followed by a counter to avoid
+filename collisions).
== Trace2 API