Re: [AD] minor bug in src/graphics.c

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Tue, 2011-05-10 at 14:14 -0500, Edgar wrote:
> Elias Pschernig wrote:
> > Edgar: Btw., your patches would be easier to apply if you create them 
> > with svn diff (or a way to retain the paths to changed files)
> I don't use svn diff because it includes personal information I don't 
> want to share with the web at large.
> 
> I just create them using
> diff -u old_file new_file
> 
> I can apply the patches I create by simply using
> patch -u graphics.c graphics.c.diff
> 
> What should I do differently?
> 

In general, the one applying the patch does not know for which files
(graphics.c) it is or where those files can be found. I like to just do:

patch -p0 < patch.diff

(or git apply patch.diff)

What kind of personal information do you mean?

-- 
Elias Pschernig <elias.pschernig@xxxxxxxxxx>





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/