]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/diff-options.txt
Merge branch 'mk/diff-ignore-regex'
[thirdparty/git.git] / Documentation / diff-options.txt
index 573fb9bb71e2b7df1062258289a0af308c50bf5b..ee52b65e4613b7dedf76ddb5278e87dbeed36c59 100644 (file)
@@ -687,6 +687,11 @@ endif::git-format-patch[]
 --ignore-blank-lines::
        Ignore changes whose lines are all blank.
 
+-I<regex>::
+--ignore-matching-lines=<regex>::
+       Ignore changes whose all lines match <regex>.  This option may
+       be specified more than once.
+
 --inter-hunk-context=<lines>::
        Show the context between diff hunks, up to the specified number
        of lines, thereby fusing hunks that are close to each other.