Joel
It looks like it's an issue with git clean, as that's what stash uses
internally. You can try your same test, but replace git stash with "git
clean -df" and it will delete Data. Maybe clean should check if there
are any ignored files in an untracked directory and only remove it if -x
is specified?
- git stash --include-untracked possible destructive behavi... Marc Strapetz
- Re: git stash --include-untracked possible destructi... Joel Teichroeb
- Re: git stash --include-untracked possible destr... Brandon Williams
- Re: Re: git stash --include-untracked possib... Joel Teichroeb
- Re: git stash --include-untracked possib... Marc Strapetz

