-
Notifications
You must be signed in to change notification settings - Fork 66
Commit 79b705f
loose: rename only if needed
Our user was experiencing issue [1] when using a git repository on NTFS mount
running on Linux. The current check checks if we are running on Windows, but
it should really check if we are on NTFS. And since checking fs type is not
that trivial and not efficient, it is simpler and better to just always apply
NTFS-specific logic, since it works on other filesystems as well.
[1] iterative/dvc#1880 (comment) 1 parent e8e009d commit 79b705f
1 file changed
+4
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 | - | ||
229 | - | ||
230 | - | ||
231 | - | ||
232 | - | ||
233 | - | ||
234 | - | ||
228 | + | ||
229 | + | ||
230 | + | ||
235 | 231 |
| |
236 | 232 |
| |
237 | - | ||
233 | + | ||
238 | 234 |
| |
239 | 235 |
| |
240 | 236 |
| |
|
0 commit comments