summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 080cbc1)
raw | patch | inline | side by side (parent: 080cbc1)
author | Greg Price <price@ksplice.com> | |
Thu, 19 Nov 2009 20:58:29 +0000 (15:58 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Nov 2009 07:05:17 +0000 (23:05 -0800) |
graph_release() was removed in 064bfbd. Cut it from the API
documentation and a comment.
Signed-off-by: Greg Price <price@ksplice.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
documentation and a comment.
Signed-off-by: Greg Price <price@ksplice.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-history-graph.txt | patch | blob | history | |
graph.h | patch | blob | history |
diff --git a/Documentation/technical/api-history-graph.txt b/Documentation/technical/api-history-graph.txt
index d66e61b1eca3d87ffcf14ee0e0447b6ccb75a2bb..d6fc90ac7eb210bd492057422748817a59cfc2a3 100644 (file)
* `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
putchar(opts->diffopt.line_termination);
}
}
-
-graph_release(graph);
------------
Sample output