]> Pileus Git - ~andy/git/blobdiff - Documentation/diff-options.txt
Sync with 1.7.3.2
[~andy/git] / Documentation / diff-options.txt
index d723e992321490e64041caa5021e82bb75eefa02..e954af0ad6c20707c2bf950a021fa1296e2582ea 100644 (file)
@@ -284,8 +284,12 @@ ifndef::git-format-patch[]
        appearing in diff output; see the 'pickaxe' entry in
        linkgit:gitdiffcore[7] for more details.
 
+-G<regex>::
+       Look for differences whose added or removed line matches
+       the given <regex>.
+
 --pickaxe-all::
-       When `-S` finds a change, show all the changes in that
+       When `-S` or `-G` finds a change, show all the changes in that
        changeset, not just the files that contain the change
        in <string>.