fuzz-commit-graph: initialize repo object
authorJosh Steadmon <steadmon@google.com>
Thu, 7 Feb 2019 20:05:53 +0000 (12:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 21:02:26 +0000 (13:02 -0800)
Various #DEFINE "constants" in commit-graph.c now depend on
the_hash_algo->rawsz, but this object must be initialized before it can
be used.

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found