From c3756d5b7fc6e163032296aa6c10fad2589273dc Mon Sep 17 00:00:00 2001 From: Jonathan Tan Date: Wed, 11 Jul 2018 15:42:40 -0700 Subject: commit-graph: add free_commit_graph Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano --- commit-graph.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commit-graph.h') diff --git a/commit-graph.h b/commit-graph.h index 674052bef4..94defb04a9 100644 --- a/commit-graph.h +++ b/commit-graph.h @@ -58,4 +58,6 @@ void write_commit_graph(const char *obj_dir, int verify_commit_graph(struct repository *r, struct commit_graph *g); +void free_commit_graph(struct commit_graph *); + #endif -- cgit v1.3