.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "LEI-BLOB 1" .TH LEI-BLOB 1 1993-10-02 public-inbox.git "public-inbox user manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME lei\-blob \- display a git blob, reconstructing from mail if necessary .SH SYNOPSIS .IX Header "SYNOPSIS" lei blob [OPTIONS] OID .SH DESCRIPTION .IX Header "DESCRIPTION" Display a git blob. The blob may correspond to a message from the 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. .SH OPTIONS .IX Header "OPTIONS" .IP \-\-git\-dir=DIR 4 .IX Item "--git-dir=DIR" Specify an additional .git/ directory to scan. This option may be given multiple times. .Sp Default: the output of \f(CW\*(C`git rev\-parse \-\-git\-dir\*(C'\fR .IP \-\-no\-cwd 4 .IX Item "--no-cwd" Do not look in the git repository of the current working directory. .IP \-\-no\-mail 4 .IX Item "--no-mail" Do not look in mail storage for \f(CW\*(C`OID\*(C'\fR. This is implied by \&\f(CW\*(C`\-\-oid\-a\*(C'\fR, \f(CW\*(C`\-\-path\-a\*(C'\fR, and \f(CW\*(C`\-\-path\-b\*(C'\fR. .IP "\-A OID-A" 4 .IX Item "-A OID-A" .PD 0 .IP \-\-oid\-a=OID\-A 4 .IX Item "--oid-a=OID-A" .PD Provide pre-image object ID as a hint for reconstructing \f(CW\*(C`OID\*(C'\fR. .IP "\-a PATH-A" 4 .IX Item "-a PATH-A" .PD 0 .IP \-\-path\-a=PATH\-A 4 .IX Item "--path-a=PATH-A" .PD Provide pre-image pathname as a hint for reconstructing \f(CW\*(C`OID\*(C'\fR. .IP "\-b PATH-B" 4 .IX Item "-b PATH-B" .PD 0 .IP \-\-path\-b=PATH\-B 4 .IX Item "--path-b=PATH-B" .PD Provide post-image pathname as a hint for reconstructing \f(CW\*(C`OID\*(C'\fR. .IP \-v 4 .IX Item "-v" .PD 0 .IP \-\-verbose 4 .IX Item "--verbose" .PD Provide more feedback on stderr. .PP The following options are also supported and are described in \&\fBlei\-q\fR\|(1). .IP \-\-remote 4 .IX Item "--remote" Remote externals only get queried when the blob needs to be reconstructed from patch emails. .IP \-\-no\-local 4 .IX Item "--no-local" .PD 0 .IP \-\-no\-external 4 .IX Item "--no-external" .IP "\-I LOCATION, \-\-include=LOCATION" 4 .IX Item "-I LOCATION, --include=LOCATION" .IP \-\-exclude=LOCATION 4 .IX Item "--exclude=LOCATION" .IP \-\-only=LOCATION 4 .IX Item "--only=LOCATION" .IP \-\-no\-import\-remote 4 .IX Item "--no-import-remote" .IP \-\-torsocks=auto|no|yes 4 .IX Item "--torsocks=auto|no|yes" .IP \-\-no\-torsocks 4 .IX Item "--no-torsocks" .IP \-\-proxy=PROTOCOL://HOST[:PORT] 4 .IX Item "--proxy=PROTOCOL://HOST[:PORT]" .PD .SH CONTACT .IX Header "CONTACT" Feedback welcome via plain-text mail to .PP The mail archives are hosted at and .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2021 all contributors .PP License: AGPL\-3.0+ .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBlei\-add\-external\fR\|(1), \fBlei\-q\fR\|(1)