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
Build a decomposed-key map for local files and use Unicode-decomposed keys when matching local and remote file names. Added _localFilesWithDecomposedNames and populated it in the initializer. Replaced direct _localFiles lookups with decomposed-key lookups and normalized local keys before checking _uniqueRemoteFilesWithDecomposedNames. Also updated logging to use the decomposed-key map. This prevents mismatches caused by Unicode normalization differences between local and remote file name representations.
0 commit comments