I am trying to customize the format for git log. I want all commits to be shown in one line. Each line should only show the first line of the commit message. I
git log
If you don't want hashes and just the first lines (subject lines):
git log --pretty=format:%s