Game Development Community

Minor Gripe on posting patches.

by Dreamer · in Torque Game Engine · 04/22/2007 (5:44 am) · 2 replies

Ok guys this is a really minor gripe, but when you generate a diff for patching, if possible could you please use the -Naur option and generate it in unified diff format so that it can be more easily applied using patch -p1 please?
Anyways thanks for everyones excellent work, I've been pulling my hair out lately with some of the stranger issues in TGE 1.5 and this forum has been an invaluable resource in helping me solve them.

Regards,
Dreamer

#1
04/22/2007 (10:47 pm)
Other than -a [which is asking for trouble...] I always use -uNr...

Gary (-;
#2
04/22/2007 (10:49 pm)
Oops yeah your right.
-ruN is probably easier for folks to remember.