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
Age
Commit message (
Expand
)
Author
2020-10-17
Increase version v0.0.2 -> v0.0.3
HEAD
v0.0.3
master
Teddy Wing
2020-10-17
write_since(): Output file paths relative to the current directory
Teddy Wing
2020-10-17
t/104-works-outside-the-repo-root.t: Remove subdir in teardown
Teddy Wing
2020-10-08
Increase version v0.0.1 -> v0.0.2
v0.0.2
Teddy Wing
2020-10-08
Add tests for modified files in the working directory and index
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-04
README: Add a section about the Vim plugin
Teddy Wing
2020-10-03
Build for release and configure static linking
v0.0.1
Teddy Wing
2020-10-03
Remove old files
Teddy Wing
2020-10-03
Add README
Teddy Wing
2020-10-03
Add license (GNU GPLv3+)
Teddy Wing
2020-10-03
Add man page
Teddy Wing
2020-10-03
Makefile: Add prerequisites to `target/debug/git-todo` target
Teddy Wing
2020-10-01
Makefile: Ensure binary is built before running tests
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
Cargo.toml: Set Rust 2018
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
Add t/101-removed-todo-lines-not-included.t
Teddy Wing
2020-09-15
t/100-shows-todo-comments-since-fork-point.t: Fix teardown
Teddy Wing
2020-09-15
t/Ideas.txt: Add new test idea
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
2020-09-14
t/: Add test to get a TODO since the fork point
Teddy Wing
2020-09-14
Add TAP test harness
Teddy Wing
2019-11-03
Ideas for getting recent TODOs from a range of Git refs
Teddy Wing