From 8d1646b6545ceeda6fc7a57356fd6e72e66d39b9 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 7 Nov 2023 15:21:33 +0100 Subject: update issues --- app/History/PartialCommitInfo.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/History') diff --git a/app/History/PartialCommitInfo.hs b/app/History/PartialCommitInfo.hs index 4d0c506..5272057 100644 --- a/app/History/PartialCommitInfo.hs +++ b/app/History/PartialCommitInfo.hs @@ -38,6 +38,8 @@ getPartialCommitInfos = do -- -- - Should throw if no commits. -- - Should always be reversed? + -- + -- @difficulty easy commitHashes <- reverse <$> Git.getCommitHashes mapM getCommitInfoOf (map Commit commitHashes ++ [WorkingTree]) -- cgit v1.2.3