aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2020-10-17Increase version v0.0.2 -> v0.0.3HEADv0.0.3masterTeddy Wing
2020-10-08Increase version v0.0.1 -> v0.0.2v0.0.2Teddy Wing
2020-10-03Build for release and configure static linkingv0.0.1Teddy Wing
Set up a release build and distribution packaging. Configure static linking for 'openssl' and 'libgit2'. Based on or copied from code from 'git-suggestion'.
2020-09-17main.rs: Accept a ref as a command line argumentTeddy Wing
If a ref is given on the command line, use that as the diff base. Otherwise default to master.
2020-09-16lib.rs: Replace top-level `unwrap()`s with `Result`sTeddy Wing
Add a new `Error` type that we can return in the failure case. Still need to work out how to handle errors inside the diff callback.
2020-09-15src/main.rs: Print TODO lines between master...workdirTeddy Wing
Look for TODO lines since the "master" branch. For each TODO line, print the file it's in, its line number, and the line, à la grep.
2020-09-14Initialise new Rust v1.46.0 projectTeddy Wing
With the following command: $ cargo init --bin