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