Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-08 18:37:24 +0300
committerJunio C Hamano <gitster@pobox.com>2019-05-08 18:37:24 +0300
commit1b403146616286e017d4fc1dfcbb056d56200655 (patch)
treeb90a8d576eb19e028eb5f6772f5ba8d0d3d3cf60 /Documentation/technical
parentb877cb4a7ec2fafd03b6a3a70c26370744a32c1b (diff)
parenta4d3a283db5259cc372809da4dc085c3f40aebfb (diff)
Merge branch 'js/trace2-to-directory'
The trace2 tracing facility learned to auto-generate a filename when told to log to a directory. * js/trace2-to-directory: trace2: write to directory targets
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/api-trace2.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/technical/api-trace2.txt b/Documentation/technical/api-trace2.txt
index 2de565fa3d..d0948ba250 100644
--- a/Documentation/technical/api-trace2.txt
+++ b/Documentation/technical/api-trace2.txt
@@ -109,6 +109,11 @@ values are recognized.
Enables the target, opens and writes to the file in append mode.
+ 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).
+
`af_unix:[<socket_type>:]<absolute-pathname>`::
Enables the target, opens and writes to a Unix Domain Socket