git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Question of intent: stash push --include-untracked
@ 2019-08-27 20:02 Randall S. Becker
  0 siblings, 0 replies; only message in thread
From: Randall S. Becker @ 2019-08-27 20:02 UTC (permalink / raw)
  To: git

I'm a bit perplexed about what is intended follow a git stash push
--include-untracked. Suppose I have files a,b,c,known modified, but only
known is in the index. After the stash, stash show only displays known. A
subsequent pop will restore a,b,c. So functionally push and pop are fine,
but show appears to ignores files in the stash. The log shows a previous
commit (dce2e3e) to the WIP stash (ab0834c) that does contain the untracked
files, and git diff is happy to show the contents when using the ref
directly. It is just counterintuitive for stash show not to display all
entries previously pushed. I would have expected symmetry. Is this new, or
intended.

*-.   ab0834c (refs/stash) WIP on master: bf223fc Updated known
|\ \
| | * dce2e3e untracked files on master: bf223fc Updated known
| * a5ad1ef index on master: bf223fc Updated known
|/
* bf223fc (HEAD -> master) Updated known
* db0efd4 (origin/master, origin/HEAD) initial

This on git 2.23.0

Thanks,
Randall

-- Brief whoami:
 NonStop developer since approximately 211288444200000000
 UNIX developer since approximately 421664400
-- In my real life, I talk too much.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-27 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-27 20:02 Question of intent: stash push --include-untracked Randall S. Becker

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).