diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-08 13:14:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-08 13:14:57 -0700 |
commit | 9c7a1fc9b6e6df15f42b4ea9d69bd23d0e3269e5 (patch) | |
tree | b0dd4e3df723c65d2e176f23ca362f29bdef4d3a /Documentation | |
parent | Merge branch 'tb/complete-diff-anchored' (diff) | |
parent | docs: fix api-trace2 doc for "too_many_files" event (diff) | |
download | tgif-9c7a1fc9b6e6df15f42b4ea9d69bd23d0e3269e5.tar.xz |
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')
-rw-r--r-- | Documentation/technical/api-trace2.txt | 4 |
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", ... } ------------ |