/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'ds/commit-graph-with-grafts' into maint
[git/git.git]
/
commit-graph.h
diff --git
a/commit-graph.h
b/commit-graph.h
index
eea62f8
..
b62d1b0
100644
(file)
--- a/
commit-graph.h
+++ b/
commit-graph.h
@@
-60,6
+60,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