X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-rediff.pod;fp=Documentation%2Flei-rediff.pod;h=e711de97015c11d2b82eff0d2951f674ddc57660;hb=751df49e7db8ba770dff28fb701b31c57ca200e2;hp=f34e946ffe5267919e19db0545ecc0c5c2617ea4;hpb=c5b8b0cbc72b8133c70d68668047219342e886d1;p=public-inbox.git diff --git a/Documentation/lei-rediff.pod b/Documentation/lei-rediff.pod index f34e946f..e711de97 100644 --- a/Documentation/lei-rediff.pod +++ b/Documentation/lei-rediff.pod @@ -38,6 +38,33 @@ to C before piping it to L. The output of C is compatible with C if its input was a patch email. +=item --drq[=COUNT] + +De-Re-Quote. De-quote the input and re-quotes (the output). +Removes COUNT levels of C > email reply prefixes and +re-adds them upon regenerating the diff. + +This switch is intended as a convenience for running inside a +pipe-capable text editor when writing replies to a patch email. +Note: this may over-add C > prefixes if some input lines +are missing C > prefixes. + +COUNT is 1 if unspecified; in other words, C<--drq=1> and +C<--drq> are equivalent. + +It implies L unless L is specified +since text editors tend to combine stderr with stdout. + +=item --dequote-only[=COUNT] + +Like L, but does not re-add quote prefixes to the output. + +This can be useful for feeding a hunk to L +or L while writing a reply or further processing +by another diff viewer. + +Unlike L, it does NOT implies L. + =item --git-dir=DIR Specify an additional .git/ directory to scan. This option may be