LEI-REDIFF(1) | public-inbox user manual | LEI-REDIFF(1) |
lei-rediff - regenerate a diff with different options
lei rediff [OPTIONS] LOCATION [LOCATION...]
lei rediff [OPTIONS] (--stdin|-)
Read a message from "LOCATION" or stdin and regenerate its diff with the specified git-diff(1) options. This is useful if you want to change the display of the original patch (e.g., increasing context, coloring moved lines differently, or using an external diff viewer).
It relies on the contents of the .git directory of your current project working tree. In other words, it works anywhere git-am(1) works. Otherwise, "--git-dir=" may be specified any number of times to add repositories to build blob data from.
In addition to many git-diff(1) options (e.g. "-W", "-w", "-U $LINES") the following options are supported:
For users of text editors and pagers capable of piping its buffer to arbitrary commands, it is useful to pipe a patch email to "lei rediff" before piping it to git-am(1). The output of "lei rediff" is compatible with "git am" if its input was a patch email.
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 "> " prefixes if some input lines are missing "> " prefixes.
COUNT is 1 if unspecified; in other words, "--drq=1" and "--drq" are equivalent.
It implies "--quiet" unless "--verbose" is specified since text editors tend to combine stderr with stdout.
This can be useful for feeding a hunk to git-apply(1) or patch(1) while writing a reply or further processing by another diff viewer.
Unlike "--drq", it does NOT imply "--quiet".
Default: the output of "git rev-parse --git-dir"
The options below, described in lei-q(1), are also supported.
Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
The mail archives are hosted at <https://public-inbox.org/meta/> and <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
Copyright 2021 all contributors <mailto:meta@public-inbox.org>
License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
1993-10-02 | public-inbox.git |