Skip to content

Commit 0d3e84a

Browse files
committed
doc: note that -L supports patch formatting and pickaxe options
Now that -L output flows through the standard diff pipeline, document that patch formatting options like --word-diff, --color-moved, --no-prefix, whitespace handling (-w, -b), and pickaxe options (-S, -G) are supported. Signed-off-by: Michael Montalbo <mmontalbo@gmail.com>
1 parent 09e00d3 commit 0d3e84a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/line-range-options.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@
1111
Patch output can be suppressed using `--no-patch`, but other diff formats
1212
(namely `--raw`, `--numstat`, `--shortstat`, `--dirstat`, `--summary`,
1313
`--name-only`, `--name-status`, `--check`) are not currently implemented.
14+
+
15+
Patch formatting options such as `--word-diff`, `--color-moved`,
16+
`--no-prefix`, and whitespace options (`-w`, `-b`) are supported,
17+
as are pickaxe options (`-S`, `-G`).
1418
+
1519
include::line-range-format.adoc[]

0 commit comments

Comments
 (0)