Return to Snippet

Revision: 46747
at May 24, 2011 16:34 by root_hacker


Initial Code
for a in $(ls); do git log --pretty=format:"%h%x09%an%x09%ad%x09$a" -1 -- "$a"; done

Initial URL


Initial Description
run this in git bash to see a pretty blame

Initial Title
git log blame for most recent commit

Initial Tags
log, git

Initial Language
Bash