]> git.ipfire.org Git - thirdparty/git.git/blame - commit-graph.h
commit-graph: implement write_commit_graph()
[thirdparty/git.git] / commit-graph.h
CommitLineData
08fd81c9
DS
1#ifndef COMMIT_GRAPH_H
2#define COMMIT_GRAPH_H
3
4void write_commit_graph(const char *obj_dir);
5
6#endif