summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-21 06:14:27 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-21 06:14:27 +0000
commita5c02c50ab1f04e70fb2b0fcfc021e94291f58e8 (patch)
treeb6337805e038ba450588060b94e7f10f53361d06 /git-rev-list.txt
parentf2ce297388d7f2110479ff3aadcec4af41b1bc77 (diff)
downloadgit-htmldocs-a5c02c50ab1f04e70fb2b0fcfc021e94291f58e8.tar.gz
Autogenerated HTML docs for v1.5.2-24-g93d4
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index c3c2043d1..0dba73f27 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -25,6 +25,7 @@ SYNOPSIS
[ \--cherry-pick ]
[ \--encoding[=<encoding>] ]
[ \--(author|committer|grep)=<pattern> ]
+ [ \--regexp-ignore-case ] [ \--extended-regexp ]
[ \--date={local|relative|default} ]
[ [\--objects | \--objects-edge] [ \--unpacked ] ]
[ \--pretty | \--header ]
@@ -214,6 +215,15 @@ limiting may be applied.
Limit the commits output to ones with log message that
matches the specified pattern (regular expression).
+--regexp-ignore-case::
+
+ Match the regexp limiting patterns without regard to letters case.
+
+--extended-regexp::
+
+ Consider the limiting patterns to be extended regular expressions
+ instead of the default basic regular expressions.
+
--remove-empty::
Stop when a given path disappears from the tree.