summaryrefslogtreecommitdiffstats
path: root/git-log.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-02 15:24:06 +0900
committerJunio C Hamano <gitster@pobox.com>2017-06-02 15:24:06 +0900
commit222ed82fa30b16c05e3218a0d7fde5f8b1f0b4e4 (patch)
tree77a466430337b3d8c5259b1e766f646947f86daf /git-log.html
parentd88ba73d702fe5539887dbcc805006d92c3d1a1c (diff)
downloadgit-htmldocs-222ed82fa30b16c05e3218a0d7fde5f8b1f0b4e4.tar.gz
Autogenerated HTML docs for v2.13.0-384-g826c0
Diffstat (limited to 'git-log.html')
-rw-r--r--git-log.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/git-log.html b/git-log.html
index 86cdc5b9b..cfcc28f9d 100644
--- a/git-log.html
+++ b/git-log.html
@@ -1082,9 +1082,12 @@ matched as if it were part of the log message.</p></div>
</dt>
<dd>
<p>
- Consider the limiting patterns to be Perl-compatible regular expressions.
- Requires libpcre to be compiled in.
+ Consider the limiting patterns to be Perl-compatible regular
+ expressions.
</p>
+<div class="paragraph"><p>Support for these types of regular expressions is an optional
+compile-time dependency. If Git wasn&#8217;t compiled with support for them
+providing this option will cause it to die.</p></div>
</dd>
<dt class="hdlist1">
--remove-empty
@@ -2708,7 +2711,11 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
<p>
<em>%&gt;&lt;(&lt;N&gt;)</em>, <em>%&gt;&lt;|(&lt;N&gt;)</em>: similar to <em>% &lt;(&lt;N&gt;)</em>, <em>%&lt;|(&lt;N&gt;)</em>
respectively, but padding both sides (i.e. the text is centered)
--%(trailers): display the trailers of the body as interpreted by
+</p>
+</li>
+<li>
+<p>
+%(trailers): display the trailers of the body as interpreted by
<a href="git-interpret-trailers.html">git-interpret-trailers(1)</a>
</p>
</li>