From 4718d91d1a641b255fec2dd8a9b36fd3d4e60ea6 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 30 Nov 2023 14:36:56 +0100 Subject: fix: fix re-opening commits --- app/History/CommitInfo.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/History/CommitInfo.hs b/app/History/CommitInfo.hs index d64577d..56293b1 100644 --- a/app/History/CommitInfo.hs +++ b/app/History/CommitInfo.hs @@ -48,7 +48,8 @@ fromPartialCommitInfos (partialCommitInfo : partialCommitInfos) = if ((/=) `on` (.rawText)) old new then new.provenance.last else old.provenance.last - } + }, + closed = False } ) ( \old -> -- cgit v1.2.3