X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fapi-history-graph.txt;h=e9559790a32185b1d4ac8ae72881f4f63f082538;hb=5fdb70983585ccde1540563a8c7458621f7a7407;hp=ce1c08ee862b5eeb04a03b0e04caf68b0bdf9520;hpb=6aad47dec7a72bb36c64afb6c43f4dbcaa49e7f9;p=git.git diff --git a/Documentation/technical/api-history-graph.txt b/Documentation/technical/api-history-graph.txt index ce1c08ee8..e9559790a 100644 --- 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);