]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: note that -L supports patch formatting and pickaxe options
authorMichael Montalbo <mmontalbo@gmail.com>
Tue, 17 Mar 2026 02:21:35 +0000 (02:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2026 04:05:42 +0000 (21:05 -0700)
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>
Documentation/line-range-options.adoc

index c44ba05320f9bf1e2388aff9f58696d02c3cec16..ecb2c79fb9bde86d199a1cc7fffb0f13920e7f81 100644 (file)
@@ -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[]