lei-rediff(1)
| LEI-REDIFF(1) | public-inbox user manual | LEI-REDIFF(1) |
NAME
lei-rediff - regenerate a diff with different options
SYNOPSIS
lei rediff [OPTIONS] LOCATION [LOCATION...]
lei rediff [OPTIONS] (--stdin|-)
DESCRIPTION
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).
OPTIONS
In addition to many git-diff(1), the following options are supported.
- --stdin
- Read message from stdin.
- --git-dir=DIR
- Specify an additional .git/ directory to scan. This option may be given multiple times.
- --no-cwd
- Do not look in the git repository of the current working directory.
- -v
- --verbose
- Provide more feedback on stderr.
The options below, described in lei-q(1), are also supported.
- --[no-]remote
- --no-local
- --no-external
- --no-import-remote
- --torsocks=auto|no|yes, --no-torsocks
- --proxy=PROTO://HOST[:PORT]
CONTACT
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://hjrcffqmbrq6wope.onion/meta/>
COPYRIGHT
Copyright 2021 all contributors <mailto:meta@public-inbox.org>
License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
SEE ALSO
| 1993-10-02 | public-inbox.git |
