Re: git clean -fdx deletes tracked files

2017-08-16 Thread Andrew Ardill
Hi Kim, I have cc'd the git for windows mailing list, but doing a quick search on the bug tracker shows this issue which looks related: https://github.com/git-for-windows/git/issues/607 Hope that helps, seems like it may be an issue with how junctions on windows are handled by git. Regards,

Re: git clean -fdx deletes tracked files

2017-08-16 Thread Kim Birkelund
Apologies. I should obviously have mentioned which OSes the machines I tested on ran. One Windows 10 (fully updated) and one Windows Server 2016 (also updated). I've also seen it in a real repository on our build server which is Windows Server 2012 R2. After my first mail I updated git to latest

Re: git clean -fdx deletes tracked files

2017-08-15 Thread Kevin Daudt
On Tue, Aug 15, 2017 at 08:45:20PM +0200, Kim Birkelund wrote: > Hi > > I hope this is gonna sound as weird to you as it does to me. > > The link below is a zip of a small git repository that I can reproduce > the bug in on 2 machines. > > Repo:

git clean -fdx deletes tracked files

2017-08-15 Thread Kim Birkelund
Hi I hope this is gonna sound as weird to you as it does to me. The link below is a zip of a small git repository that I can reproduce the bug in on 2 machines. Repo: https://www.dropbox.com/s/fz4d0i5ko7s7ktr/test.zip?dl=0 It contains 2 folders: helpers and b, each of which is an empty npm