-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull a trick to handle filenames with any of <>:"/\|?*.
xdelta3 in Windows, as of v3.0.11, can't access any file with any of <>:"/\|?* in filename. These are full-width (fixed-width) characters, not the forbidden ASCII ones, so valid for filenames. Check if the trick is needed -> copy source & target file -> run xdelta3 with these temporary files as inputs -> del temp files
- Loading branch information
1 parent
8a6450f
commit 0179b3d
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters