Updated command to produce diffs.

This commit is contained in:
Luc Maisonobe 2014-10-07 17:42:23 +02:00
parent b147ad9cbf
commit b7867f45a0
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@
</p>
<li>
Generating patches: The requested format for generating patches is
the Unified Diff format, which can be easily generated using the svn
the Unified Diff format, which can be easily generated using the git
client or various IDEs.
<source>svn diff > patch </source>
<source>git diff -p > patch </source>
Run this command from the top-level project directory (where pom.xml
resides).
</li>