aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/History/CommitInfo.hs3
1 files changed, 2 insertions, 1 deletions
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 ->