Tweak msys_p2w to better handle strings that resemble path lists
commit17054dfb44ad84806225a9839861c43c1c9f222d
authorSteffen Prohaska <prohaska@zib.de>
Sat, 10 May 2008 19:36:55 +0000 (10 21:36 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 11 Jan 2009 04:27:47 +0000 (11 05:27 +0100)
tree541c0e9ce4f2526f6a65e98842de636dc71d0347
parent106811d986c2db6403a0fe49b110a96afe51d2e3
Tweak msys_p2w to better handle strings that resemble path lists

This commit modifies msys-1.0.dll's path conversion to avoid
mangling of paths containing ":", for example
"c:/path/to/repository".  Due to the ":", such a path looks like a
path list, but the path should not be modified.  The two patches
part of this commit contain the changes to msys_p2w().
src/rt/patches/0002-Tweak-p2w-for-msysgit-Do-not-touch-strings-containi.patch [new file with mode: 0644]
src/rt/patches/0003-p2w-for-msysgit-Check-if-string-starts-with-.-or.patch [new file with mode: 0644]