diff options
Diffstat (limited to 'app/History/PartialCommitInfo.hs')
-rw-r--r-- | app/History/PartialCommitInfo.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/History/PartialCommitInfo.hs b/app/History/PartialCommitInfo.hs index f973938..48b631e 100644 --- a/app/History/PartialCommitInfo.hs +++ b/app/History/PartialCommitInfo.hs @@ -102,7 +102,8 @@ fromComment cwd comment = do markers = markers, rawText = rawText, commentStyle = commentStyle, - comments = comments + comments = comments, + closed = False } else Nothing ) |