aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Montalbo <mmontalbo@gmail.com>2026-03-17 02:21:35 +0000
committerJunio C Hamano <gitster@pobox.com>2026-03-16 21:05:42 -0700
commit512536a09ea2964e93226f219898ee0a09d85a70 (patch)
tree18551253cb33eb7f61d96da6599cf63a1ca2873b /Documentation
parent0e51f7a7faae18d9e6819c38cc822d6232deacae (diff)
downloadgit-512536a09ea2964e93226f219898ee0a09d85a70.tar.xz
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> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/line-range-options.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/line-range-options.adoc b/Documentation/line-range-options.adoc
index c44ba05320..ecb2c79fb9 100644
--- a/Documentation/line-range-options.adoc
+++ b/Documentation/line-range-options.adoc
@@ -12,4 +12,8 @@
(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[]