From e3dd5c16289892f216ab14ed5217bd261a4c1717 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 16 May 2021 23:35:27 -0400 Subject: doc lei: add manpages for new commands [ew: MANIFEST: s/lei-cat/lei-lcat/] --- Documentation/lei-rediff.pod | 79 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 Documentation/lei-rediff.pod (limited to 'Documentation/lei-rediff.pod') diff --git a/Documentation/lei-rediff.pod b/Documentation/lei-rediff.pod new file mode 100644 index 00000000..5fdde230 --- /dev/null +++ b/Documentation/lei-rediff.pod @@ -0,0 +1,79 @@ +=head1 NAME + +lei-rediff - regenerate a diff with different options + +=head1 SYNOPSIS + +lei rediff [OPTIONS] LOCATION [LOCATION...] + +lei rediff [OPTIONS] (--stdin|-) + +=head1 DESCRIPTION + +Read a message from C or stdin and regenerate its diff with +the specified L 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). + +=head1 OPTIONS + +In addition to many L, the following options are +supported. + +=over + +=item --stdin + +Read message from stdin. + +=item --git-dir=DIR + +Specify an additional .git/ directory to scan. This option may be +given multiple times. + +=item --no-cwd + +Do not look in the git repository of the current working directory. + +=item -v + +=item --verbose + +Provide more feedback on stderr. + +=back + +The options below, described in L, are also supported. + +=over + +=item --[no-]remote + +=item --no-local + +=item --no-external + +=item --no-import-remote + +=item --torsocks=auto|no|yes, --no-torsocks + +=item --proxy=PROTO://HOST[:PORT] + +=back + +=head1 CONTACT + +Feedback welcome via plain-text mail to L + +The mail archives are hosted at L +and L + +=head1 COPYRIGHT + +Copyright 2021 all contributors L + +License: AGPL-3.0+ L + +=head1 SEE ALSO + +L, L, L -- cgit v1.2.3-24-ge0c7