info on creating patches

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark R. Diggory 2004-08-27 15:09:27 +00:00
parent ea75da05a0
commit 20ea8a0154
1 changed files with 9 additions and 1 deletions

View File

@ -16,7 +16,7 @@
--> -->
<?xml-stylesheet type="text/xsl" href="xdoc.xsl"?> <?xml-stylesheet type="text/xsl" href="xdoc.xsl"?>
<!-- $Revision: 1.13 $ $Date: 2004/08/22 01:39:35 $ --> <!-- $Revision: 1.14 $ $Date: 2004/08/27 15:09:27 $ -->
<document> <document>
<properties> <properties>
<title>Developers Guide</title> <title>Developers Guide</title>
@ -91,6 +91,14 @@
Resolved and Closed Issues. Resolved and Closed Issues.
</a></li> </a></li>
</ul> </ul>
<li>
Generating patches: The requested format for generating patches is the Unified Diff format, which can be easily generated using the cvs client or Eclipse IDE.
<source>
cvs diff -u > patch
</source>
</li>
</li> </li>
</ol> </ol>
</p> </p>