Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-03 | feat: drop mdcat | Alexander Foremny | |
2023-12-03 | feat: extend show to multiple issues | Alexander Foremny | |
2023-12-03 | feat: color patches | Alexander Foremny | |
2023-11-30 | fix: fix log not showing closed issues as deleted | Alexander Foremny | |
2023-11-30 | feat: add -p|--patch to log command | Alexander Foremny | |
2023-11-30 | fix: fix re-opening commits | Alexander Foremny | |
2023-11-30 | chore: make issue ids obligatory | Alexander Foremny | |
2023-11-30 | refactor: drop `CommitInfo`'s `filesChanged` | Alexander Foremny | |
2023-11-30 | chore: define `(._N)` accessors for tuples | Alexander Foremny | |
2023-11-30 | feat: support closed issues | Alexander Foremny | |
Closed issues can be shown, but listing closed issues requires passing `--closed`. | |||
2023-11-30 | feat: show commit references in show command | Alexander Foremny | |
2023-11-29 | feat: collect issues referencing issue | Fabian Kirchner | |
2023-11-29 | refactor: attach issues for each commit in history | Fabian Kirchner | |
2023-11-29 | fix: compute issueEvents correctly | Fabian Kirchner | |
2023-11-29 | assign relations-between-issues | Alexander Foremny | |
2023-11-29 | support comments | Alexander Foremny | |
2023-11-28 | assign support-issue-comments | Alexander Foremny | |
2023-11-28 | un-hardcode issue marker | Alexander Foremny | |
2023-11-28 | editing issues preserves comment style | Alexander Foremny | |
2023-11-28 | move `replaceText` to `Issue` | Alexander Foremny | |
2023-11-28 | change provenance's hash form `Text` to `CommitHash` | Alexander Foremny | |
2023-11-27 | close separate-database-issues-and-history-issues | Alexander Foremny | |
2023-11-27 | update separate-database-issues-and-history-issues | Alexander Foremny | |
2023-11-27 | make provenance obligatory | Alexander Foremny | |
2023-11-27 | add `rawText` to `Issue` | Alexander Foremny | |
2023-11-27 | don't cache `internalTags` | Alexander Foremny | |
2023-11-10 | @backlog issues, remove @scheduled | Alexander Foremny | |
2023-11-10 | assign separate-database-issues-and-history-issues | Alexander Foremny | |
2023-11-09 | refactor TreeGrepper.Comment | Alexander Foremny | |
2023-11-09 | improve grouped list styling | Alexander Foremny | |
2023-11-09 | group-by -> group | Alexander Foremny | |
2023-11-09 | don't reference issues with @ | Alexander Foremny | |
2023-11-09 | fix extracting tags from code | Alexander Foremny | |
2023-11-09 | improve list output | Alexander Foremny | |
2023-11-07 | update issues | Alexander Foremny | |
2023-11-07 | sort newest issues first by default | Alexander Foremny | |
2023-11-07 | add issues | Alexander Foremny | |
2023-11-07 | add internal tag `title' | 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 | add `tags` command | Alexander Foremny | |
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 | fix issue title | Alexander Foremny | |
This regression had been introduced in d9400635bcb28674c8510d71aa6eed94194bf669. | |||
2023-11-07 | fix `getRootDir` returning wrong path | Alexander Foremny | |
Check for `../anissue\n` having been created by invocations prior to this fix. | |||
2023-11-07 | update issues | Alexander Foremny | |
2023-11-07 | fix hardcoded "@topic" | Alexander Foremny | |
2023-11-07 | add issue marker as internal tag @type | Alexander Foremny | |
2023-11-07 | add author & editor to internal tags | Alexander Foremny | |
2023-11-07 | add numbers to grouped topics | Alexander Foremny | |
2023-11-07 | fix group-by parsing | Alexander Foremny | |
2023-11-07 | add --group-by option | Fabian Kirchner | |