Guest User

Untitled

a guest
Apr 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /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;}'
Add Comment
Please, Sign In to add comment