Re: bug: git pull may delete untracked files in submodule without notice

2019-05-03 Thread Phillip Wood
On 03/05/2019 11:28, Duy Nguyen wrote: On Fri, May 3, 2019 at 5:25 PM Christian Spanier wrote: Hi, I found a bug where Git may delete untracked files without notice in certain situations. This bug effects Git 2.21.0 both on Linux and Windows. In summary this happens when git pull merges a com

Re: bug: git pull may delete untracked files in submodule without notice

2019-05-03 Thread Duy Nguyen
On Fri, May 3, 2019 at 5:25 PM Christian Spanier wrote: > > Hi, > > I found a bug where Git may delete untracked files without notice in > certain situations. This bug effects Git 2.21.0 both on Linux and Windows. > In summary this happens when git pull merges a commit that replaces a > submodule

bug: git pull may delete untracked files in submodule without notice

2019-05-03 Thread Christian Spanier
Hi, I found a bug where Git may delete untracked files without notice in certain situations. This bug effects Git 2.21.0 both on Linux and Windows. In summary this happens when git pull merges a commit that replaces a submodule folder with a symlink. Any files within the folder are deleted wit