X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fapi-history-graph.txt;h=d6fc90ac7eb210bd492057422748817a59cfc2a3;hb=22c4e72d6eef8295a3311f6eb2f82a5494f8b88e;hp=d66e61b1eca3d87ffcf14ee0e0447b6ccb75a2bb;hpb=c736becc94b1d3f026e1144731c17359a755d23f;p=git.git diff --git a/Documentation/technical/api-history-graph.txt b/Documentation/technical/api-history-graph.txt index d66e61b1e..d6fc90ac7 100644 --- a/Documentation/technical/api-history-graph.txt +++ b/Documentation/technical/api-history-graph.txt @@ -11,9 +11,6 @@ Core functions: * `graph_init()` creates a new `struct git_graph` -* `graph_release()` destroys a `struct git_graph`, and frees the memory - associated with it. - * `graph_update()` moves the graph to a new commit. * `graph_next_line()` outputs the next line of the graph into a strbuf. It @@ -134,8 +131,6 @@ while ((commit = get_revision(opts)) != NULL) { putchar(opts->diffopt.line_termination); } } - -graph_release(graph); ------------ Sample output