On 4 November 2015 at 03:23, Atousa Duprat <atousa.p@xxxxxxxxx> wrote: >> felipe@felipe:testgit% git stash save -u > > This does the following: > $ GIT_TRACE=1 git stash save -u > [...] > 21:59:10.606094 git.c:348 trace: built-in: git 'clean' > '--force' '--quiet' '-d' > > git-clean -d removes untracked directories in addition to untracked files. > Should 'git stash save -u' issue a 'git clean -d' or simply a 'git clean'? It appears to be intentionally done[1]. Maybe the problem is that git-clean -d should not remove untracked directories that contain ignored files? [1] http://article.gmane.org/gmane.comp.version-control.git/180214 -- Saludos, Felipe Sateler -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html