svn commit: r49294 - head/en_US.ISO8859-1/articles/committers-guide
Mathieu Arnold
mat at FreeBSD.org
Tue Aug 16 15:05:10 UTC 2016
Author: mat
Date: Tue Aug 16 15:05:08 2016
New Revision: 49294
URL: https://svnweb.freebsd.org/changeset/doc/49294
Log:
Add a tip about using git grep when removing a port.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/articles/committers-guide/article.xml
Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Aug 16 14:39:05 2016 (r49293)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Aug 16 15:05:08 2016 (r49294)
@@ -4111,6 +4111,13 @@ Relnotes: yes</programlisting>
<para>No other ports should contain any reference
to the port's directory or PKGNAME in their
Makefiles</para>
+
+ <tip>
+ <para>When using <application>Git</application>,
+ consider using <command>git grep</command>, it
+ is much faster than <command>grep
+ -r</command>.</para>
+ </tip>
</listitem>
</itemizedlist>
</listitem>
More information about the svn-doc-all
mailing list