aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-07-08 13:14:57 -0700
committerJunio C Hamano <gitster@pobox.com>2021-07-08 13:14:57 -0700
commit9c7a1fc9b6e6df15f42b4ea9d69bd23d0e3269e5 (patch)
treeb0dd4e3df723c65d2e176f23ca362f29bdef4d3a /Documentation/technical
parent3a7d26bb4b60103a60284733b230a8af242fa9ff (diff)
parent7ba68e0cf1df53e56ec96cb20d02d971db45a4b7 (diff)
downloadgit-9c7a1fc9b6e6df15f42b4ea9d69bd23d0e3269e5.tar.gz
Merge branch 'js/trace2-discard-event-docfix'
Docfix. * js/trace2-discard-event-docfix: docs: fix api-trace2 doc for "too_many_files" event
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/api-trace2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/api-trace2.txt b/Documentation/technical/api-trace2.txt
index 3f52f981a2..037a91cbca 100644
--- a/Documentation/technical/api-trace2.txt
+++ b/Documentation/technical/api-trace2.txt
@@ -396,14 +396,14 @@ only present on the "start" and "atexit" events.
}
------------
-`"discard"`::
+`"too_many_files"`::
This event is written to the git-trace2-discard sentinel file if there
are too many files in the target trace directory (see the
trace2.maxFiles config option).
+
------------
{
- "event":"discard",
+ "event":"too_many_files",
...
}
------------