[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] XaAES:update:CONFIGVARS
Vincent Rivière píše v Po 31. 08. 2009 v 07:58 +0200:
> Since the patch contains the lines you added, the CRs are removed from those
> lines, so they are never inserted in the local copy of the maintainers,
> neither in CVS.
>
> I do this every time and there is no problem.
>
> If someone has a concrete example of issue with this method, please expose
> it here.
On a real operating system where \r is a garbage at end of text line if
you do
cp a b
unix2dos b
diff a b
then you get a diff containing _all_ lines.
You don't see that most probably because your diff silently ignores the
\r garbage.
Petr