git/oss-fuzz/fuzz-commit-graph.c

#define USE_THE_REPOSITORY_VARIABLE

#include "git-compat-util.h"
#include "commit-graph.h"
#include "repository.h"

struct commit_graph *parse_commit_graph(struct repo_settings *s,
					void *graph_map, size_t graph_size);

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
{}