]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/lei-blob.pod
lei q: improve --limit behavior and progress
[public-inbox.git] / Documentation / lei-blob.pod
index bb316e71fe9762282071699eaad3e59db54a54d4..5b611d11ba1f68a718b5e25bcb67786e6500a8bc 100644 (file)
@@ -31,62 +31,56 @@ Do not look in the git repository of the current working directory.
 Do not look in mail storage for C<OID>.  This is implied by
 C<--oid-a>, C<--path-a>, and C<--path-b>.
 
-=item -A OID-A, --oid-a=OID-A
+=item -A OID-A
 
-=item -a PATH-A, --path-a=PATH-A
+=item --oid-a=OID-A
 
-=item -b PATH-B, --path-b=PATH-B
+Provide pre-image object ID as a hint for reconstructing C<OID>.
 
-Provide pre-image object ID, pre-image pathname, or post-image
-pathname as a hint for reconstructing C<OID>.
+=item -a PATH-A
 
-=for comment
-TODO: The below options are shared with lei-q.  Any good approaches to
-not repeating the text?
+=item --path-a=PATH-A
 
-=item --[no-]remote
+Provide pre-image pathname as a hint for reconstructing C<OID>.
 
-Whether to include results requiring network access.  When local
-externals are configured, C<--remote> must be explicitly passed to
-enable reporting of results from remote externals.
+=item -b PATH-B
 
-=item --no-local
+=item --path-b=PATH-B
 
-Limit operations to those requiring network access.
+Provide post-image pathname as a hint for reconstructing C<OID>.
 
-=item --no-external
+=item -v
 
-Don't include results from externals.
+=item --verbose
 
-=item -I LOCATION, --include=LOCATION
+Provide more feedback on stderr.
 
-Include specified external in search.  This option may be given
-multiple times.
+=back
 
-=item --exclude=LOCATION
+The following options are also supported and are described in
+L<lei-q(1)>.
 
-Exclude specified external from search.  This option may be given
-multiple times.
+=over
 
-=item --only=LOCATION
+=item --[no-]remote
 
-Use only the specified external for search.  This option may be given
-multiple times, in which case the search uses only the specified set.
+=item --no-local
 
-=item --no-import-remote
+=item --no-external
 
-Disable the default behavior of memoizing remote messages into the
-local store.
+=item -I LOCATION, --include=LOCATION
 
-=item -v, --verbose
+=item --exclude=LOCATION
 
-Provide more feedback on stderr.
+=item --only=LOCATION
+
+=item --no-import-remote
 
-=item --torsocks=auto|no|yes, --no-torsocks
+=item --torsocks=auto|no|yes
 
-Whether to wrap L<git(1)> and L<curl(1)> commands with torsocks.
+=item --no-torsocks
 
-Default: C<auto>
+=item --proxy=PROTO://HOST[:PORT]
 
 =back
 
@@ -106,4 +100,4 @@ License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
 
 =head1 SEE ALSO
 
-L<lei-add-external(1)>
+L<lei-add-external(1)>, L<lei-q(1)>