Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase: Support preserving merges in non-interactive mode
[gitweb.git]
/
Documentation
/
technical
/
api-history-graph.txt
diff --git
a/Documentation/technical/api-history-graph.txt
b/Documentation/technical/api-history-graph.txt
index ce1c08ee862b5eeb04a03b0e04caf68b0bdf9520..e9559790a32185b1d4ac8ae72881f4f63f082538 100644
(file)
--- a/
Documentation/technical/api-history-graph.txt
+++ b/
Documentation/technical/api-history-graph.txt
@@
-115,7
+115,7
@@
Sample usage
------------
struct commit *commit;
-struct git_graph *graph = graph_init();
+struct git_graph *graph = graph_init(
opts
);
while ((commit = get_revision(opts)) != NULL) {
graph_update(graph, commit);