On 4-10-2011 13:14, Marco van de Voort wrote:
> In our previous episode, Reinier Olislagers said:
>> Having some trouble creating patches that actually work.
>> (On Windows)
>> I've been using git to get FPC trunk and
>> git diff --no-prefix > %temp%\mypatch.diff
>> rem --no-prefix : Do not show an
I'm sure it is because patch contains non CRLF linefeeds, as I had
such errors previously, not even using Git. It seems the "patch"
binary only supports Windows EOLs.
--
cobines
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.fre
In our previous episode, Reinier Olislagers said:
> Having some trouble creating patches that actually work.
> (On Windows)
> I've been using git to get FPC trunk and
> git diff --no-prefix > %temp%\mypatch.diff
> rem --no-prefix : Do not show any source or destination prefix.
> to create patches.
Hi all,
Having some trouble creating patches that actually work.
(On Windows)
I've been using git to get FPC trunk and
git diff --no-prefix > %temp%\mypatch.diff
rem --no-prefix : Do not show any source or destination prefix.
to create patches.
Using Msysgit:
git --version
git version 1.7.6.msysg