/ Published in: Bash
run this in git bash to see a pretty blame
Expand |
Embed | Plain Text
for a in $(ls); do git log --pretty=format:"%h%x09%an%x09%ad%x09$a" -1 -- "$a"; done
You need to login to post a comment.
run this in git bash to see a pretty blame
for a in $(ls); do git log --pretty=format:"%h%x09%an%x09%ad%x09$a" -1 -- "$a"; done
You need to login to post a comment.