Commit 5489743fa2b652dc080c3ecb621f80a5de568ce5

Stefan Sperling 2018-06-13T19:32:28

make tog(1) compile again

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tog/tog.c b/tog/tog.c
index 57c7cf5..9687506 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -588,7 +588,7 @@ show_log_view(struct got_object_id *start_id, struct got_repository *repo)
 
 	TAILQ_INIT(&commits);
 
-	err = got_commit_graph_open(&graph, head_id, repo);
+	err = got_commit_graph_open(&graph, head_id, 0, repo);
 	if (err)
 		goto done;