index
:
git-todo
master
Find recent TODO lines in a Git repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-10-17
write_since(): Output file paths relative to the current directory
Teddy Wing
2020-10-08
write_since(): Include TODO lines from untracked files
Teddy Wing
2020-10-07
main(): Open repository even if PWD is a subdirectory
Teddy Wing
2020-10-03
Add license (GNU GPLv3+)
Teddy Wing
2020-09-17
main.rs: Add version command line option
Teddy Wing
2020-09-17
lib.rs: Add doc comments
Teddy Wing
2020-09-17
main.rs: Error when more than one ref argument is given
Teddy Wing
2020-09-17
main.rs: Add `-h` help flag
Teddy Wing
2020-09-17
main.rs: Fix ref parsing
Teddy Wing
2020-09-17
main.rs: Remove `unwrap()`s and handle errors
Teddy Wing
2020-09-17
main.rs: Print errors with prefix
Teddy Wing
2020-09-17
main.rs: Accept a ref as a command line argument
Teddy Wing
2020-09-16
write_since(): Clean up `diff.foreach()` callback
Teddy Wing
2020-09-16
write_since(): Handle errors in `diff.foreach()` callback
Teddy Wing
2020-09-16
lib.rs: Replace top-level `unwrap()`s with `Result`s
Teddy Wing
2020-09-16
write_since(): Take an arbitrary branch as input
Teddy Wing
2020-09-16
write_since(): Take an arbitrary `Write`r
Teddy Wing
2020-09-16
Move `main()` to `lib::write_since()`
Teddy Wing
2020-09-16
t/100-shows-todo-comments-since-fork-point.t: Update output
Teddy Wing
2020-09-15
main.rs: Fix 101-removed-todo-lines-not-included test
Teddy Wing
2020-09-15
src/main.rs: Print TODO lines between master...workdir
Teddy Wing
2020-09-14
Initialise new Rust v1.46.0 project
Teddy Wing