[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git
Subject:    [PATCH] docs: graph: Remove unnecessary `graph_update()' call
From:       Michael Witten <mfwitten () gmail ! com>
Date:       2018-10-06 4:20:16
Message-ID: 3dda7b8f75854716ac6b205ca05a7656-mfwitten () gmail ! com
[Download RAW message or body]

The sample code calls `get_revision()' followed by `graph_update()',
but the documentation and source code indicate that `get_revision()'
already calls `graph_update()' for you.

Signed-off-by: Michael Witten <mfwitten@gmail.com>
---
 Documentation/technical/api-history-graph.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/technical/api-history-graph.txt \
b/Documentation/technical/api-history-graph.txt index \
                18142b6d29..d9fd98d435 100644
--- a/Documentation/technical/api-history-graph.txt
+++ b/Documentation/technical/api-history-graph.txt
@@ -115,7 +115,6 @@ struct commit *commit;
 struct git_graph *graph = graph_init(opts);
 
 while ((commit = get_revision(opts)) != NULL) {
-	graph_update(graph, commit);
 	while (!graph_is_commit_finished(graph))
 	{
 		struct strbuf sb;
-- 
2.18.0


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic