aboutsummaryrefslogtreecommitdiffstats
path: root/app/Git.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 `getRootDir` returning wrong pathLibravatar Alexander Foremny
Check for `../anissue\n` having been created by invocations prior to this fix.
2023-11-07add `Git.getRootDir`Libravatar Alexander Foremny
2023-11-07refactor historyLibravatar Alexander Foremny
2023-10-16refactor `Git.withWorkingTree`Libravatar Alexander Foremny