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
/
t
Age
Commit message (
Expand
)
Author
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
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-03
Remove old files
Teddy Wing
2020-10-03
Add license (GNU GPLv3+)
Teddy Wing
2020-09-17
main.rs: Error when more than one ref argument is given
Teddy Wing
2020-09-17
main.rs: Fix ref parsing
Teddy Wing
2020-09-16
t/100-shows-todo-comments-since-fork-point.t: Update output
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
t/: Add test to get a TODO since the fork point
Teddy Wing
2020-09-14
Add TAP test harness
Teddy Wing