You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! The symlinks are considered as files, and so duplicated files are processed as real. So if I link N links to file X and compare versions of 1 and 2, (N1+1)x(N2+1) comaprsions is actualy done instead of one.
I'm not saying that it is bug, but maybe switch to skip symlinks may be included. Thanx!
The text was updated successfully, but these errors were encountered:
Hello! The symlinks are considered as files, and so duplicated files are processed as real. So if I link N links to file X and compare versions of 1 and 2, (N1+1)x(N2+1) comaprsions is actualy done instead of one.
I'm not saying that it is bug, but maybe switch to skip symlinks may be included. Thanx!
The text was updated successfully, but these errors were encountered: