Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config.txt: move notes.* to a separate file
[gitweb.git]
/
commit-graph.h
diff --git
a/commit-graph.h
b/commit-graph.h
index 5678a8f4cad2ddec9c7c50a31f0a54abc026f951..9db40b4d3aadb75b4dcea5027d07d373bdf169e1 100644
(file)
--- a/
commit-graph.h
+++ b/
commit-graph.h
@@
-69,6
+69,7
@@
void write_commit_graph(const char *obj_dir,
int verify_commit_graph(struct repository *r, struct commit_graph *g);
+void close_commit_graph(struct repository *);
void free_commit_graph(struct commit_graph *);
#endif