Author: kkolinko
Date: Wed Mar 11 12:04:44 2015
New Revision: 1665855
URL: http://svn.apache.org/r1665855
Log:
Mention "git diff" command as a way to propose patches
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/xdocs/bugreport.xml
Modified: tomcat/site/trunk/docs/bugreport.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=1665855&r1=1665854&r2=1665855&view=diff
==============================================================================
--- tomcat/site/trunk/docs/bugreport.html (original)
+++ tomcat/site/trunk/docs/bugreport.html Wed Mar 11 12:04:44 2015
@@ -888,18 +888,15 @@ bug in your web application.</p>
</p>
-<p>To propose a patch, attach it to a Bugzilla issue. Any patches are welcome,
- but we prefer the ones that use the
+<p>To propose a patch, attach it to a Bugzilla issue.
+ When providing a patch, please mention to which version of the source code
it
+ applies. Any patches are welcome, but we prefer the ones that use the
<a href="http://en.wikipedia.org/wiki/Diff#Unified_format" rel="nofollow">
Unified Diff</a> format. Those can be generated using <code>diff -u</code>
- command or <code>svn diff</code> command.
+ command or <code>svn diff</code> or <code>git diff</code> command.
</p>
-<p>When providing a patch, please mention to which version of the sources it
- applies.</p>
-
-
<p>Here are some references:</p>
<ul>
Modified: tomcat/site/trunk/xdocs/bugreport.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/bugreport.xml?rev=1665855&r1=1665854&r2=1665855&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/bugreport.xml (original)
+++ tomcat/site/trunk/xdocs/bugreport.xml Wed Mar 11 12:04:44 2015
@@ -406,16 +406,14 @@ bug in your web application.</p>
"<code>enhancement</code>".
</p>
- <p>To propose a patch, attach it to a Bugzilla issue. Any patches are
welcome,
- but we prefer the ones that use the
+ <p>To propose a patch, attach it to a Bugzilla issue.
+ When providing a patch, please mention to which version of the source code
it
+ applies. Any patches are welcome, but we prefer the ones that use the
<a href="http://en.wikipedia.org/wiki/Diff#Unified_format" rel="nofollow">
Unified Diff</a> format. Those can be generated using <code>diff -u</code>
- command or <code>svn diff</code> command.
+ command or <code>svn diff</code> or <code>git diff</code> command.
</p>
- <p>When providing a patch, please mention to which version of the sources it
- applies.</p>
-
<p>Here are some references:</p>
<ul>
<li><p>Regarding Apache Tomcat:</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]