Files
git/compat
Johannes Schindelin cc331c256a clean: do not traverse mount points
It seems to be not exactly rare on Windows to install NTFS junction
points (the equivalent of "bind mounts" on Linux/Unix) in worktrees,
e.g. to map some development tools into a subdirectory.

In such a scenario, it is pretty horrible if `git clean -dfx` traverses
into the mapped directory and starts to "clean up".

Let's just not do that. Let's make sure before we traverse into a
directory that it is not a mount point (or junction).

This addresses https://github.com/git-for-windows/git/issues/607

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-07-30 10:19:02 +02:00
..
2019-07-11 15:16:49 -07:00
2019-07-30 10:19:02 +02:00
2019-07-30 10:19:02 +02:00
2019-06-25 10:46:57 -07:00
2019-06-20 14:03:05 -07:00
2019-07-11 15:16:49 -07:00