summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
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 /rev-list-options.txt
parentd88ba73d702fe5539887dbcc805006d92c3d1a1c (diff)
downloadgit-htmldocs-222ed82fa30b16c05e3218a0d7fde5f8b1f0b4e4.tar.gz
Autogenerated HTML docs for v2.13.0-384-g826c0
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index a02f7324c..a46f70c2b 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -92,8 +92,12 @@ endif::git-rev-list[]
pattern as a regular expression).
--perl-regexp::
- 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.
++
+Support for these types of regular expressions is an optional
+compile-time dependency. If Git wasn't compiled with support for them
+providing this option will cause it to die.
--remove-empty::
Stop when a given path disappears from the tree.