Merge branch 'js/trace2-discard-event-docfix'

Docfix.

* js/trace2-discard-event-docfix:
  docs: fix api-trace2 doc for "too_many_files" event
This commit is contained in:
Junio C Hamano
2021-07-08 13:14:57 -07:00

View File

@ -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 This event is written to the git-trace2-discard sentinel file if there
are too many files in the target trace directory (see the are too many files in the target trace directory (see the
trace2.maxFiles config option). trace2.maxFiles config option).
+ +
------------ ------------
{ {
"event":"discard", "event":"too_many_files",
... ...
} }
------------ ------------