As discussed here [*1*], this allows `git status` to show the number of entries currently stashed away. I also tried to update the related parts of the documentation to use 'stash entry' instead of 'stash' as we agreed that it was a bit better. I don't mind dropping the documentation update and using something like "You have %d stash/stashes" in the status message if it makes the change "too big". *1* https://public-inbox.org/git/CA+B9myHRahTd+FDgzK5AhXW+hq_Y_czMX9X6MXYBcr9WSPeiDw@xxxxxxxxxxxxxx/ Liam Beguin (3): stash: update documentation to use 'stash entries' wt-status: add optional stash status information glossary: define stash entries Documentation/config.txt | 11 ++++++--- Documentation/git-pull.txt | 2 +- Documentation/git-rebase.txt | 2 +- Documentation/git-stash.txt | 49 +++++++++++++++++++------------------- Documentation/gitcli.txt | 2 +- Documentation/glossary-content.txt | 4 ++++ git-stash.sh | 6 ++--- wt-status.c | 24 +++++++++++++++++++ 8 files changed, 67 insertions(+), 33 deletions(-) -- 2.9.4