diff options
author | Teddy Wing | 2020-09-15 00:04:52 +0200 |
---|---|---|
committer | Teddy Wing | 2020-09-15 00:04:52 +0200 |
commit | 88864a79a0118bd48665c04fd447c5f419a23807 (patch) | |
tree | c660a1a64190001aef092c827c0dd83529d16191 /Cargo.toml | |
parent | a10a055b7b35f45cf81f31f1878154d250c98abd (diff) | |
download | git-todo-88864a79a0118bd48665c04fd447c5f419a23807.tar.bz2 |
src/main.rs: Print TODO lines between master...workdir
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ name = "git-todo" version = "0.0.1" [dependencies] +git2 = "0.13.11" |