summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-08 15:37:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-05-08 15:37:24 (GMT)
commit1b403146616286e017d4fc1dfcbb056d56200655 (patch)
treeb90a8d576eb19e028eb5f6772f5ba8d0d3d3cf60 /Documentation
parentb877cb4a7ec2fafd03b6a3a70c26370744a32c1b (diff)
parenta4d3a283db5259cc372809da4dc085c3f40aebfb (diff)
downloadgit-1b403146616286e017d4fc1dfcbb056d56200655.zip
git-1b403146616286e017d4fc1dfcbb056d56200655.tar.gz
git-1b403146616286e017d4fc1dfcbb056d56200655.tar.bz2
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')
-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 2de565f..d0948ba 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