Skip to content

Instantly share code, notes, and snippets.

@pr8x
Last active April 18, 2019 09:30
Show Gist options
  • Save pr8x/b7c987248568ceeecb7397154b7d0c12 to your computer and use it in GitHub Desktop.
Save pr8x/b7c987248568ceeecb7397154b7d0c12 to your computer and use it in GitHub Desktop.
git log --format='%aE' | sort -u | while read line ; do printf "\n\n%s\n\n" "$line"; \
git grep -l TODO | xargs -n1 git blame -f -n -e -w | grep "$line" | grep TODO | sed "s/.\{9\}//" | sed "s/(.*)[[:space:]]*//"; done | tee todo_log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment