Created
March 19, 2012 16:00
-
-
Save loganlinn/2117260 to your computer and use it in GitHub Desktop.
Finds todos that you have committed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# not finished | |
ack -i --flush --nocolor --nogroup '[^\w]?todo[^\w]' | awk -F\: '{print "-L " $2 "," $2 " -- " $1}' | xargs -L 1 git blame | grep -i `git config --get user.name` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment