commit 5489743fa2b652dc080c3ecb621f80a5de568ce5 from: Stefan Sperling date: Wed Jun 13 17:32:28 2018 UTC make tog(1) compile again commit - 6238ee32f50c81a3a366335b56251ac93ed493f5 commit + 5489743fa2b652dc080c3ecb621f80a5de568ce5 blob - 57c7cf5799deedb39badae981a99eb5d96130329 blob + 96875062cb41b6f612b4a6972fde4cb283909042 --- tog/tog.c +++ tog/tog.c @@ -588,7 +588,7 @@ show_log_view(struct got_object_id *start_id, struct g 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;