Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-27 | close separate-database-issues-and-history-issues | Alexander Foremny | |
2023-11-07 | improve getCommitHashes | Alexander Foremny | |
`getCommitHashes` now returns at least one commit, and reverses commits by default (ie. oldest to newset). | |||
2023-11-07 | fix performance when generating history | 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-07 | update issues | Alexander Foremny | |
2023-11-07 | add renaming issues | Fabian Kirchner | |
2023-11-07 | refactor history | Alexander Foremny | |