aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-09-14Initialise new Rust v1.46.0 projectTeddy Wing
With the following command: $ cargo init --bin
2020-09-14t/: Add test to get a TODO since the fork pointTeddy Wing
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.
2020-09-14Add TAP test harnessTeddy Wing
Copied with alterations from git-branch-list.
2019-11-03Ideas for getting recent TODOs from a range of Git refsTeddy Wing
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.