Which command shows each commit as an abbreviated hash and subject on one line?
git log --oneline
git log -p
git rev-list --count HEAD
git status --short