diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 15:21:33 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 15:21:33 +0100 |
commit | 8d1646b6545ceeda6fc7a57356fd6e72e66d39b9 (patch) | |
tree | c6336565199078660d6fdbda0ed3ea048891203c /app/History/PartialCommitInfo.hs | |
parent | d9a26739b3f062f19d5051677fbac1526ae8747b (diff) |
update issues
Diffstat (limited to 'app/History/PartialCommitInfo.hs')
-rw-r--r-- | app/History/PartialCommitInfo.hs | 2 |
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]) |