# usage: gl gl() { git log --follow --date=short --pretty=format:"%h%x09%an%x09%ad%x09%s" -- $1 | sed '1!G;h;$!d' }