Try:
git log --reflog
which lists all git commits by pretending that all objects mentioned by reflogs (git reflog) are listed on the command line as <commit>.
Try:
git log --reflog
which lists all git commits by pretending that all objects mentioned by reflogs (git reflog) are listed on the command line as <commit>.