From b7867f45a085a82b6a5b124af98036049d7dfe15 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Tue, 7 Oct 2014 17:42:23 +0200 Subject: [PATCH] Updated command to produce diffs. --- src/site/xdoc/developers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml index f9f0bd520..c65340c6b 100644 --- a/src/site/xdoc/developers.xml +++ b/src/site/xdoc/developers.xml @@ -92,9 +92,9 @@

  • 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. -svn diff > patch +git diff -p > patch Run this command from the top-level project directory (where pom.xml resides).