[PATCH] Remove "delta" object representation.
[git.git] / Documentation / git-diff-helper.txt
index 29c5967..d826deb 100644 (file)
@@ -24,6 +24,11 @@ OPTIONS
 -S<string>::
        Look for differences that contains the change in <string>.
 
+--pickaxe-all::
+       When -S finds a change, show all the changes in that
+       changeset, not just the files that contains the change
+       in <string>.
+
 -O<orderfile>::
        Output the patch in the order specified in the
        <orderfile>, which has one shell glob pattern per line.