Skip to content

Instantly share code, notes, and snippets.

@schwanksta
Created December 10, 2009 02:30
Show Gist options
  • Save schwanksta/253054 to your computer and use it in GitHub Desktop.
Save schwanksta/253054 to your computer and use it in GitHub Desktop.
/usr/local/git/bin/git --git-dir=$myrepo/.git log --oneline | grep --color TODO | perl -e 'while(<>) { $i = $_; $i =~ s/\n/\n\n/; $i =~ s/^\w+/\*/g; print $i;}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment