Re: [BUG} stash show does not show untracked files stashed (reposted)

2019-09-04 Thread Jeff King
On Thu, Aug 29, 2019 at 01:33:36PM -0400, randall.s.bec...@rogers.com wrote: > I don't know whether this is new behaviour following changes to stash, but > here goes. > > Suppose I have files a,b,c,d modified, but only file d is in the index. > After stash push (or save) --include-untracked, sta

RE: [BUG} stash show does not show untracked files stashed (reposted)

2019-09-02 Thread randall.s.becker
> -Original Message- > From: Philip Oakley > Sent: September 2, 2019 11:56 AM > To: 002901d55e8f$e4a4af70$adee0e50$@rogers.com; > randall.s.bec...@rogers.com > Cc: git@vger.kernel.org > Subject: Re: [BUG} stash show does not show untracked files stashed > (reposte

Re: [BUG} stash show does not show untracked files stashed (reposted)

2019-09-02 Thread Philip Oakley
On 02/09/2019 14:01, Giuseppe Crinò wrote: Suppose I have files a,b,c,d modified, but only file d is in the index. After stash push (or save) --include-untracked, stash show only displays file d. A subsequent pop will restore files a,b,c,d. So functionally push and pop are fine, but stash show a

Re: [BUG} stash show does not show untracked files stashed (reposted)

2019-09-02 Thread Giuseppe Crinò
> Suppose I have files a,b,c,d modified, but only file d is in the index. > After stash push (or save) --include-untracked, stash show only displays > file d. A subsequent pop will restore files a,b,c,d. So functionally push > and pop are fine, but stash show appears to ignores files in the stash.