I have a git log alias that prints each commit as a single line. Since some people write far too long one-liners in the commit log, many commits wrap to a new line. How can
git log --oneline
Will show stripped commit heads (has codes)
git log --pretty=oneline
Will show you full commit heads (has codes)