> It contains the last commit's subject which often/usually doesn't really describe the stash entry. `git stash list` accepts the options from `git log`, so you can change look at its manpage to find other options that show the information that you want. > I propose to amend WIP stash entry descriptions with size, number of dirs and files Perhaps this helps you: `git stash list --stat --pretty=reference` You can customize following the format described on https://git-scm.com/docs/pretty-formats. > Thanks, > Yuri I hope it helps you!