Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-08 | write_since(): Include TODO lines from untracked files | Teddy Wing | |
Previously, untracked files were not included in the diff, so TODO lines in those files would not be printed by the program. Add the untracked `DiffOptions` to include the content of these files when searching for TODOs. |