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
The output of the diff tool that is shipped as part of Git tools for windows or Cygwin contains double quotes around the file name as well as escaped back slashes
When such a diff output is parsed using parsePatch method, the double quotes and double back slashes remain in the filename while forming the IUniDiff objects resulting in invalid file path
To compare, the diff output from GnuWin32 has the output in the below format
The text was updated successfully, but these errors were encountered:
ramya-rao-a
changed the title
parsePatch adds extra double quotes to file names
parsePatch adds double quotes and back slashes to file names in Windows
Mar 16, 2017
The output of the diff tool that is shipped as part of Git tools for windows or Cygwin contains double quotes around the file name as well as escaped back slashes
When such a diff output is parsed using
parsePatch
method, the double quotes and double back slashes remain in the filename while forming theIUniDiff
objects resulting in invalid file pathTo compare, the diff output from GnuWin32 has the output in the below format
The text was updated successfully, but these errors were encountered: