"Arthur Chan via GitGitGadget" [off-list ref] writes:
From: Arthur Chan <redacted>
This patch is aimed to provide a better organisation for oss-fuzz
fuzzers and to avoid top-level clustters in the git repository when
more fuzzers are introduced. In addition, grouping the fuzzers into
their own directory separate their application on fuzz-testing from
the core functionalities of the git code. It also provide better
and tidier structure the oss-fuzz fuzzing library to manage, locate,
build and execute those fuzzers for fuzz-testing purposes in future
development.
A new direrctory oss-fuzz has been created and existing fuzzers are
moved into the new directory. Makefile and .gitignore have been
fixed accordingly.
CC: Josh Steadmon <redacted>
CC: David Korczynski <redacted>
Signed-off-by: Arthur Chan <redacted>
---
Thanks. Will queue with a bit of rephrasing of the above.