git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/3] add stash count information to git-status command
@ 2017-06-16  4:30 Liam Beguin
  2017-06-16  4:30 ` [PATCH 1/3] stash: update documentation to use 'stash entries' Liam Beguin
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Liam Beguin @ 2017-06-16  4:30 UTC (permalink / raw)
  To: git; +Cc: gitster, houstonfortney, kostix+git, peff, sxlijin, Liam Beguin

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@mail.gmail.com/

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-06-19  5:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-16  4:30 [PATCH 0/3] add stash count information to git-status command Liam Beguin
2017-06-16  4:30 ` [PATCH 1/3] stash: update documentation to use 'stash entries' Liam Beguin
2017-06-16 12:06   ` Jeff King
2017-06-16 21:24   ` Junio C Hamano
2017-06-16  4:30 ` [PATCH 2/3] wt-status: add optional stash status information Liam Beguin
2017-06-16 12:14   ` Jeff King
2017-06-16 21:29     ` Junio C Hamano
2017-06-16  4:30 ` [PATCH 3/3] glossary: define stash entries Liam Beguin
2017-06-16 12:16   ` Jeff King
2017-06-16 12:16 ` [PATCH 0/3] add stash count information to git-status command Jeff King
2017-06-16 12:47   ` Liam Beguin
2017-06-17 22:30 ` [PATCH v2 " Liam Beguin
2017-06-17 22:30   ` [PATCH v2 1/3] stash: update documentation to use 'stash entry' Liam Beguin
2017-06-17 22:30   ` [PATCH v2 2/3] status: add optional stash count information Liam Beguin
2017-06-17 22:30   ` [PATCH v2 3/3] glossary: define 'stash entry' Liam Beguin
2017-06-19  5:18   ` [PATCH v2 0/3] add stash count information to git-status command Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).