aboutsummaryrefslogtreecommitdiffstats
path: root/app/History
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-11-07 15:21:33 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-11-07 15:21:33 +0100
commit8d1646b6545ceeda6fc7a57356fd6e72e66d39b9 (patch)
treec6336565199078660d6fdbda0ed3ea048891203c /app/History
parentd9a26739b3f062f19d5051677fbac1526ae8747b (diff)
update issues
Diffstat (limited to 'app/History')
-rw-r--r--app/History/PartialCommitInfo.hs2
1 files changed, 2 insertions, 0 deletions
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])