Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-28 | editing issues preserves comment style | ||
2023-11-27 | close separate-database-issues-and-history-issues | ||
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 performance when generating history | ||
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-07 | update issues | ||
2023-11-07 | add renaming issues | ||
2023-11-07 | refactor history | ||