<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
<span style="white-space: pre;"><br>
&gt; Usually, take the clean source code and your modified source code,<br>
&gt; and just run diff against them, outputting the results to a text<br>
&gt; file. I believe the usual syntax is (some please correct me if I'm<br>
&gt; talking out my ass again):<br>
&gt; <br>
&gt; diff -u originalcode.c modifiedcode.c &gt; patch.diff<br>
</span><span style="white-space: pre;">Isaac Richards wrote:<br>
<br>
<span style="white-space: pre;">&gt; On Saturday 22 February 2003 05:23
am, DanM wrote:<br>
&gt; <br>
&gt;&gt; How do you prefer to recieve patches? diff? which options? I<br>
&gt;&gt; fixed a few bugs with mythgame/mamehandler.cpp<br>
&gt; <br>
&gt; <br>
&gt; With a modified CVS tree, just do 'cvs -z3 diff -ud &gt; blah.diff'<br>
&gt; <br>
&gt; Isaac</span><br>
</span>
</body>
</html>