]> git.ipfire.org Git - thirdparty/git.git/commit
fuzz: reorganise the path for existing oss-fuzz fuzzers
authorArthur Chan <arthur.chan@adalogics.com>
Mon, 19 Sep 2022 14:36:54 +0000 (14:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Sep 2022 16:34:35 +0000 (09:34 -0700)
commit6713bfc70c4dc6da1fa4084f000b72f5d74fecfb
treefa07f323482bdaa28d863165b99c6fb25c7f136b
parenta0feb8611d4c0b2b5d954efe4e98207f62223436
fuzz: reorganise the path for existing oss-fuzz fuzzers

In order to provide a better organisation for oss-fuzz fuzzers and
to avoid top-level clustters in the git repository when more fuzzers
are introduced, move the existing fuzzer-related sources to their
own oss-fuzz/ hierarchy.  Grouping the fuzzers into their own
directory, separate their application on fuzz-testing from the core
functionalities of the git code, prvides better and tidier structure
the oss-fuzz fuzzing library to manage, locate, build and execute
those fuzzers for fuzz-testing purposes in future development.

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile
oss-fuzz/.gitignore [new file with mode: 0644]
oss-fuzz/fuzz-commit-graph.c [moved from fuzz-commit-graph.c with 100% similarity]
oss-fuzz/fuzz-pack-headers.c [moved from fuzz-pack-headers.c with 100% similarity]
oss-fuzz/fuzz-pack-idx.c [moved from fuzz-pack-idx.c with 100% similarity]