Re: [fpc-pascal] [Semi-OT] Git format patches don't seem to work

2011-10-04 Thread Reinier Olislagers
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

Re: [fpc-pascal] [Semi-OT] Git format patches don't seem to work

2011-10-04 Thread cobines
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

Re: [fpc-pascal] [Semi-OT] Git format patches don't seem to work

2011-10-04 Thread Marco van de Voort
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.

[fpc-pascal] [Semi-OT] Git format patches don't seem to work

2011-10-04 Thread Reinier Olislagers
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