On May 10, 2008, at 11:01 PM, Johannes Sixt wrote:
I pushed an updated msys.dll to work/p2w (50c0dc50).
Great! Will test it (but it will take some time).
I added a fix (cb1fa7c) on work/p2w. The previous commit modified the
heuristic to leave all strings that do not start with "." nor "/" as
is. But
this is wrong: Those strings must not be considered path lists, but
they might
need to be modified nonetheless, for example if they contain arguments
with
assignments, like git's "--template=/path/to/tmpl".
Steffen