diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-23 04:04:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-23 04:04:30 +0100 |
commit | f341feb86a97ea184db2e01083e29582afaea63e (patch) | |
tree | b67b28f6fd1552d25d4387675c2e2b8be9ac8df5 /Documentation/technical | |
parent | Merge git://git.bogomips.org/git-svn (diff) | |
parent | Documentation: undocument gc'd function graph_release() (diff) | |
download | git-f341feb86a97ea184db2e01083e29582afaea63e.tar.xz git-f341feb86a97ea184db2e01083e29582afaea63e.zip |
Merge branch 'maint'
* maint:
Documentation: undocument gc'd function graph_release()
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/api-history-graph.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/technical/api-history-graph.txt b/Documentation/technical/api-history-graph.txt index d66e61b1ec..d6fc90ac7e 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 |