X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fdiff-options.txt;h=c183dc9da0392bcfbae3e1edcd4d13f89a9923c3;hb=6feba7cb744d5a19472ea0bf5b337ad8a32acf80;hp=2a0275eeda19b7af50e22f0709e6a31afee10b5e;hpb=3acfbd7cf87b8a2d28dc8878d23c64994934d63e;p=git.git diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 2a0275ee..c183dc9d 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -4,6 +4,15 @@ -u:: Synonym for "-p". +--patch-with-raw:: + Generate patch but keep also the default raw diff output. + +--stat:: + Generate a diffstat instead of a patch. + +--patch-with-stat:: + Generate patch and prepend its diffstat. + -z:: \0 line termination on output @@ -69,6 +78,10 @@ changeset, not just the files that contain the change in . +--pickaxe-regex:: + Make the not a plain string but an extended POSIX + regex to match. + -O:: Output the patch in the order specified in the , which has one shell glob pattern per line.