X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-blob.pod;h=e401bb4711a6abe9bc727f7deafa9723648137d6;hb=0ae89efce11e1e3b10a067c61c5b4cde30fa2b3b;hp=36c75d535d5d7c75f01f503bfcd8de161f54ea41;hpb=b8a1dd32d669af4bf2555bcfb5a602380019f2f8;p=public-inbox.git diff --git a/Documentation/lei-blob.pod b/Documentation/lei-blob.pod index 36c75d53..e401bb47 100644 --- a/Documentation/lei-blob.pod +++ b/Documentation/lei-blob.pod @@ -9,9 +9,10 @@ lei blob [OPTIONS] OID =head1 DESCRIPTION Display a git blob. The blob may correspond to a message from the -local store, an existing blob in the current repository, or a -not-yet-created blob in the current repository that can be -reconstructed from a message. +local store, any local external, or blobs associated with a +project git repository (if run from a git (working) directory). +For blobs which do not exist, it will attempt to recreate the blob +using patch emails. =head1 OPTIONS @@ -22,6 +23,8 @@ reconstructed from a message. 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. @@ -62,7 +65,10 @@ L. =over -=item --[no-]remote +=item --remote + +Remote externals only get queried when the blob needs to be +reconstructed from patch emails. =item --no-local @@ -80,6 +86,8 @@ L. =item --no-torsocks +=item --proxy=PROTO://HOST[:PORT] + =back =head1 CONTACT