]> granicus.if.org Git - git/commit
Merge branch 'js/trace2-cap-max-output-files' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Oct 2019 05:17:23 +0000 (14:17 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Oct 2019 05:17:23 +0000 (14:17 +0900)
commite8a126d880f3b4e8ff92b7f85cebfbbb4a8b034b
treefd308182e97be66e873b292b57452ae37124453d
parent453900a4e8a6204b43d07ba202ed14c07a4326c0
parent87db61a4363ad9f42cf7b0d90ad13763dc01e3af
Merge branch 'js/trace2-cap-max-output-files' into next

The trace2 output, when sending them to files in a designated
directory, can populate the directory with too many files; a
mechanism is introduced to set the maximum number of files and
discard further logs when the maximum is reached.

* js/trace2-cap-max-output-files:
  trace2: write discard message to sentinel files
  trace2: discard new traces if target directory has too many files
  docs: clarify trace2 version invariants
  docs: mention trace2 target-dir mode in git-config