From 650d139254a0e17be0b1011f2fda6ea67f903e71 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 30 Nov 2023 03:49:39 +0100 Subject: feat: support closed issues Closed issues can be shown, but listing closed issues requires passing `--closed`. --- app/History/PartialCommitInfo.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/History/PartialCommitInfo.hs') 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 ) -- cgit v1.2.3