aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2020-10-17write_since(): Output file paths relative to the current directoryTeddy Wing
2020-10-08write_since(): Include TODO lines from untracked filesTeddy Wing
2020-10-03Add license (GNU GPLv3+)Teddy Wing
2020-09-17lib.rs: Add doc commentsTeddy Wing
2020-09-16write_since(): Clean up `diff.foreach()` callbackTeddy Wing
2020-09-16write_since(): Handle errors in `diff.foreach()` callbackTeddy Wing
2020-09-16lib.rs: Replace top-level `unwrap()`s with `Result`sTeddy Wing
2020-09-16write_since(): Take an arbitrary branch as inputTeddy Wing
2020-09-16write_since(): Take an arbitrary `Write`rTeddy Wing
2020-09-16Move `main()` to `lib::write_since()`Teddy Wing