Merge branch 'maint'
[gitweb.git] / Documentation / rev-list-options.txt
index 0ce916a1887b0846bfc5a6e2233242601e0dde79..966276b169d6fb09c571a05257dfbc1fe3bd4f03 100644 (file)
@@ -174,6 +174,10 @@ endif::git-rev-list[]
        Limit the commits output to ones with log message that
        matches the specified pattern (regular expression).
 
+--all-match::
+       Limit the commits output to ones that match all given --grep,
+       --author and --committer instead of ones that match at least one.
+
 -i::
 --regexp-ignore-case::