/
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
commit-graph: use raw_object_store when closing
[git/git.git]
/
commit-graph.h
diff --git
a/commit-graph.h
b/commit-graph.h
index
01538b5
..
390c7f6
100644
(file)
--- a/
commit-graph.h
+++ b/
commit-graph.h
@@
-82,7
+82,7
@@
int write_commit_graph(const char *obj_dir,
int verify_commit_graph(struct repository *r, struct commit_graph *g);
-void close_commit_graph(struct r
epository
*);
+void close_commit_graph(struct r
aw_object_store
*);
void free_commit_graph(struct commit_graph *);
#endif