[svnbook] r5191 committed - trunk/en/book/ref-svn.xml

lyalyakin at users.sourceforge.net lyalyakin at users.sourceforge.net
Tue Jul 5 08:31:01 CDT 2016


Revision: 5191
          http://sourceforge.net/p/svnbook/source/5191
Author:   lyalyakin
Date:     2016-07-05 13:31:00 +0000 (Tue, 05 Jul 2016)
Log Message:
-----------
* en/book/ref-svn.xml
  (svn.ref.svn.c.log): fixed <para> formatting.

Modified Paths:
--------------
    trunk/en/book/ref-svn.xml

Modified: trunk/en/book/ref-svn.xml
===================================================================
--- trunk/en/book/ref-svn.xml	2016-07-04 19:13:20 UTC (rev 5190)
+++ trunk/en/book/ref-svn.xml	2016-07-05 13:31:00 UTC (rev 5191)
@@ -3836,57 +3836,49 @@
         and <option>--extensions</option>
         (<option>-x</option>).</para>
 
-      <para>
-        Beginning with Subversion 1.8, users can filter <command>svn log</command>
+      <para>Beginning with Subversion 1.8, users can filter <command>svn log</command>
         output using <option>--search</option> and <option>--search-and</option>
         options.  When using these options, a log message is shown only if a
         revision's author, date, log message text, or list of changed paths,
         matches a search pattern. Searching by changed patch requies
         <option>--verbose</option> option, otherwise <command>svn log</command>
-        does not show changed paths therefore they can't be filtered.
-      </para>
-      <para>
-        The search pattern (also called glob or shell wildcard
+        does not show changed paths therefore they can't be filtered.</para>
+
+      <para>The search pattern (also called glob or shell wildcard
         pattern) can contain regular characters and the following
-        wildcard characters:
-      </para>
-      <variablelist>
-        <varlistentry>
-          <term>
-            <literal>?</literal>
-          </term>
-          <listitem>
-            <para>
-              Matches any single character.
-            </para>
-          </listitem>
-        </varlistentry>
-        <varlistentry>
-          <term>
-            <literal>*</literal>
-          </term>
-          <listitem>
-            <para>
-              Matches a sequence of arbitrary
-              characters.
-            </para>
-          </listitem>
-        </varlistentry>
-        <varlistentry>
-          <term>
-            <literal>[ABC]</literal>
-          </term>
-          <listitem>
-            <para>
-              Matches any of the characters listed inside the brackets.
-            </para>
-          </listitem>
-        </varlistentry>
-      </variablelist>
-      <para>
-        Using multiple <option>--search</option> parameters will show log messages
-        that match the pattern specified at least in one of the options.  For example:
-      </para>
+        wildcard characters:</para>
+
+       <variablelist>
+         <varlistentry>
+           <term>
+             <literal>?</literal>
+           </term>
+           <listitem>
+             <para>Matches any single character.</para>
+           </listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>
+             <literal>*</literal>
+           </term>
+           <listitem>
+             <para>Matches a sequence of arbitrary characters.</para>
+           </listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>
+             <literal>[ABC]</literal>
+           </term>
+           <listitem>
+             <para>Matches any of the characters listed inside the
+               brackets.</para>
+           </listitem>
+         </varlistentry>
+       </variablelist>
+
+      <para>Using multiple <option>--search</option> parameters will show
+        log messages that match the pattern specified at least in one of the
+        options.  For example:</para>
       <informalexample>
 <screen>
 $ svn log --search sally --search harry https://svn.red-bean.com/repos/test





More information about the svnbook-dev mailing list