fatal: log for 'refs/stash' only has 1 entries code example
Example: get previous git stash
git fsck --unreachable | grep commit | cut -d ' ' -f3 | xargs git log --merges --no-walk
git fsck --unreachable | grep commit | cut -d ' ' -f3 | xargs git log --merges --no-walk