I would like to see all stashes in git log
output. Does anyone know if there is a way to do that?
Edit: I want to see all commits in the log -- including stash commits. I tried the command:
git log --date-order --all
But it returns only the top most stash. I would like to see commits that represent other stashes too.