X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-rediff.pod;fp=Documentation%2Flei-rediff.pod;h=f34e946ffe5267919e19db0545ecc0c5c2617ea4;hb=39d06d18fd836a0a474815508aa9fec86b7b336c;hp=c7db6c1e20b66dc8124fa06f5ad352270585a035;hpb=9cfb026469d5d94a0bbcbd11f6e0466db2aebfe1;p=public-inbox.git diff --git a/Documentation/lei-rediff.pod b/Documentation/lei-rediff.pod index c7db6c1e..f34e946f 100644 --- a/Documentation/lei-rediff.pod +++ b/Documentation/lei-rediff.pod @@ -15,10 +15,15 @@ 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). +It relies on the contents of the .git directory of your current +project working tree. In other words, it works anywhere +L works. Otherwise, C<--git-dir=> may be specified +any number of times to add repositories to build blob data from. + =head1 OPTIONS -In addition to many L, the following options are -supported. +In addition to many L options (e.g. C<-W>, C<-w>, +C<-U $LINES>) the following options are supported: =over @@ -27,15 +32,29 @@ supported. Read message from stdin. This is implicit if no arguments are given and stdin is a pipe or regular file. +For users of text editors and pagers capable of piping its +buffer to arbitrary commands, it is useful to pipe a patch email +to C before piping it to L. The output +of C is compatible with C if its input was a +patch email. + =item --git-dir=DIR Specify an additional .git/ directory to scan. This option may be given multiple times. +Default: the output of C + =item --no-cwd Do not look in the git repository of the current working directory. +=item -q + +=item --quiet + +Suppress progress output. + =item -v =item --verbose