Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-13 | chore: uncache large issue fields | ||
2023-12-12 | chore: resolve binary orphans | ||
2023-12-08 | fix: fix `Git.readTextFileOf` | ||
2023-12-08 | chore: drop tree-grepper | ||
Regresses in that we only support Haskell for now, as Elm, Nix or Bash are not available as tree-sitter-* Haskell packages. | |||
2023-12-08 | chore: drop `Git.withWorkingTree` | ||
2023-12-07 | chore: move remaining `History.*` modules outside of `History` | ||
2023-11-07 | improve getCommitHashes | ||
`getCommitHashes` now returns at least one commit, and reverses commits by default (ie. oldest to newset). | |||
2023-11-07 | fix `getRootDir` returning wrong path | ||
Check for `../anissue\n` having been created by invocations prior to this fix. | |||
2023-11-07 | add `Git.getRootDir` | ||
2023-11-07 | refactor history | ||
2023-10-16 | refactor `Git.withWorkingTree` | ||