Age | Commit message (Collapse) | Author |
|
With the following command:
$ cargo init --bin
|
|
In order to include the 'bin.pm' file, we need to add its containing
folder to the include path. Do this by adding a Makefile with the
required command line argument.
Add a new test that modifies the test file to add a new new TODO line.
Test that it comes back in the `git todo` output.
|
|
Copied with alterations from git-branch-list.
|
|
The goal will be to list all TODOs since the branch point. Additionally,
there should be an option to print the TODOs with file names and line
numbers to enable loading the list into Vim's quickfix list.
|