aboutsummaryrefslogtreecommitdiffstats
path: root/t/105-works-on-untracked-files.t
AgeCommit message (Collapse)Author
2020-10-08write_since(): Include TODO lines from untracked filesTeddy 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.