Repository: commons-math Updated Branches: refs/heads/master b147ad9cb -> b7867f45a
Updated command to produce diffs. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b7867f45 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b7867f45 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/b7867f45 Branch: refs/heads/master Commit: b7867f45a085a82b6a5b124af98036049d7dfe15 Parents: b147ad9 Author: Luc Maisonobe <[email protected]> Authored: Tue Oct 7 17:42:23 2014 +0200 Committer: Luc Maisonobe <[email protected]> Committed: Tue Oct 7 17:42:23 2014 +0200 ---------------------------------------------------------------------- src/site/xdoc/developers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/b7867f45/src/site/xdoc/developers.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml index f9f0bd5..c65340c 100644 --- a/src/site/xdoc/developers.xml +++ b/src/site/xdoc/developers.xml @@ -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>
