commit f35c2426d4c58783c933a6e27f798cbe3ee25c9a from: Stefan Sperling date: Mon Jul 15 13:18:39 2019 UTC make 'got rebase' close its commit graph when it is no longer needed commit - 21a44f9829905ab96452436db7c39da4cc021315 commit + f35c2426d4c58783c933a6e27f798cbe3ee25c9a blob - 25dbaaa0f5aa282827f7966bd24df070e5dda59a blob + fd5ec92214d046dc4a4003c9345566aed8a9258c --- got/got.c +++ got/got.c @@ -3862,6 +3862,8 @@ cmd_rebase(int argc, char *argv[]) commit_id = parent_id; } } + got_commit_graph_close(graph); + graph = NULL; if (SIMPLEQ_EMPTY(&commits)) { if (continue_rebase)