aboutsummaryrefslogtreecommitdiffstats
path: root/app/History/PartialCommitInfo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/History/PartialCommitInfo.hs')
-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])