]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/diff-options.txt
Merge branch 'so/format-patch-doc-on-default-diff-format'
[thirdparty/git.git] / Documentation / diff-options.txt
index 320304033483541803d7dc089e4cc61de0074e22..c7f1f2f0ac07b7d36694fe6bd7ce6dd1a7a88f6a 100644 (file)
@@ -690,6 +690,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.