aboutsummaryrefslogtreecommitdiffstats
path: root/app/History/PartialCommitInfo.hs
AgeCommit message (Collapse)Author
2023-11-07improve getCommitHashesLibravatar Alexander Foremny
`getCommitHashes` now returns at least one commit, and reverses commits by default (ie. oldest to newset).
2023-11-07fix performance when generating historyLibravatar Alexander Foremny
At some point, we noticed a performance drop when generating the history. It turns out that per-file granularity is not performant anymore, presumably since we're analizing changed files. This restores performance by switching to per-commit granularity instead.
2023-11-07update issuesLibravatar Alexander Foremny
2023-11-07add renaming issuesLibravatar Fabian Kirchner
2023-11-07refactor historyLibravatar Alexander Foremny