/ Published in: Bash

run this in git bash to see a pretty blame
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for a in $(ls); do git log --pretty=format:"%h%x09%an%x09%ad%x09$a" -1 -- "$a"; done
Comments
