/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
commit-graph: implement write_commit_graph()
[git/git.git]
/
commit-graph.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef COMMIT_GRAPH_H
2
#define COMMIT_GRAPH_H
3
4
void write_commit_graph(const char *obj_dir);
5
6
#endif