summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorGreg Price <price@ksplice.com>2009-11-19 20:58:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-11-20 07:05:17 (GMT)
commitaa8dc9679a6a7daea261abe969af331c741a9f2c (patch)
treec16b3c95a95e3a6699c78176bfa7ab304533803b /Documentation/technical
parent080cbc1275ac09445136ba429d90b5ec85e92c1c (diff)
downloadgit-aa8dc9679a6a7daea261abe969af331c741a9f2c.zip
git-aa8dc9679a6a7daea261abe969af331c741a9f2c.tar.gz
git-aa8dc9679a6a7daea261abe969af331c741a9f2c.tar.bz2
Documentation: undocument gc'd function graph_release()
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>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/api-history-graph.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/technical/api-history-graph.txt b/Documentation/technical/api-history-graph.txt
index d66e61b..d6fc90a 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