Age | Commit message (Collapse) | Author |
|
|
|
|
|
Set up a release build and distribution packaging. Configure static
linking for 'openssl' and 'libgit2'.
Based on or copied from code from 'git-suggestion'.
|
|
If a ref is given on the command line, use that as the diff base.
Otherwise default to master.
|
|
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.
|
|
Must have removed this accidentally after I generated the Rust scaffold.
|
|
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.
|
|
With the following command:
$ cargo init --bin
|