Re: Viewing untracked+stashed files in git stash show

2017-03-17 Thread Jeff King
On Fri, Mar 17, 2017 at 09:51:44AM -0400, Jeff King wrote: > > Okay that's fine as long as you know. But the first thing that comes > > to your mind is that you've lost those untracked files. Is there a > > reason why git stash show doesn't show those files? > > No, I don't think there is a good

Re: Viewing untracked+stashed files in git stash show

2017-03-17 Thread Jeff King
On Fri, Mar 17, 2017 at 09:50:29AM +, Okash Khawaja wrote: > Hi, > > On Fri, Mar 17, 2017 at 8:20 AM, wrote: > > Am 16.03.2017 um 17:34 schrieb Okash Khawaja: > >> Hi, > >> > >> If you have some untracked files and your run `git stash -u`. Then > >> `git stash show` doesn't show the untrack

Re: Viewing untracked+stashed files in git stash show

2017-03-17 Thread Okash Khawaja
Hi, On Fri, Mar 17, 2017 at 9:50 AM, Okash Khawaja wrote: > Hi, > > On Fri, Mar 17, 2017 at 8:20 AM, wrote: >> Am 16.03.2017 um 17:34 schrieb Okash Khawaja: >>> Hi, >>> >>> If you have some untracked files and your run `git stash -u`. Then >>> `git stash show` doesn't show the untracked files.

Re: Viewing untracked+stashed files in git stash show

2017-03-17 Thread Okash Khawaja
Hi, On Fri, Mar 17, 2017 at 8:20 AM, wrote: > Am 16.03.2017 um 17:34 schrieb Okash Khawaja: >> Hi, >> >> If you have some untracked files and your run `git stash -u`. Then >> `git stash show` doesn't show the untracked files. Is there a flag >> that can be passed to git stash show to report untr

Re: Viewing untracked+stashed files in git stash show

2017-03-17 Thread stefan.naewe
Am 16.03.2017 um 17:34 schrieb Okash Khawaja: > Hi, > > If you have some untracked files and your run `git stash -u`. Then > `git stash show` doesn't show the untracked files. Is there a flag > that can be passed to git stash show to report untracked files? Not for 'git stash' but you can use 'gi

Viewing untracked+stashed files in git stash show

2017-03-16 Thread Okash Khawaja
Hi, If you have some untracked files and your run `git stash -u`. Then `git stash show` doesn't show the untracked files. Is there a flag that can be passed to git stash show to report untracked files? Thanks, Okash