summaryrefslogtreecommitdiff
path: root/commit-graph.h
blob: 16fea993ab6f73af31ddec90e1b3bf385dc3fb71 (plain)
1
2
3
4
5
6
#ifndef COMMIT_GRAPH_H
#define COMMIT_GRAPH_H

void write_commit_graph(const char *obj_dir);

#endif