**Steps to re-produce** 1. Create a new file in a repo. Don't stage it. 2. Stash with 'include untracked'. 3. Apply the stash that was just created. **What happens** The new file shows up as staged. **What should happen** The new file should show up as not staged.