projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
commit-graph: implement write_commit_graph()
[git]
/
commit-graph.h
1
#ifndef COMMIT_GRAPH_H
2
#define COMMIT_GRAPH_H
3
4
void write_commit_graph(const char *obj_dir);
5
6
#endif