diff --git a/Documentation/line-range-options.adoc b/Documentation/line-range-options.adoc index c44ba05320..aa236281b3 100644 --- a/Documentation/line-range-options.adoc +++ b/Documentation/line-range-options.adoc @@ -11,5 +11,9 @@ Patch output can be suppressed using `--no-patch`, but other diff formats (namely `--raw`, `--numstat`, `--shortstat`, `--dirstat`, `--summary`, `--name-only`, `--name-status`, `--check`) are not currently implemented. ++ + Patch formatting options such as `--word-diff`, `--color-moved`, + `--no-prefix`, and whitespace options (`-w`, `-b`) are supported, + as are pickaxe options (`-S`, `-G`). + include::line-range-format.adoc[]