lei-blob(1)
| LEI-BLOB(1) | public-inbox user manual | LEI-BLOB(1) |
NAME
lei-blob - display a git blob, reconstructing from mail if necessary
SYNOPSIS
lei blob [OPTIONS] OID
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.
OPTIONS
- --git-dir=DIR
- Specify an additional .git/ directory to scan. This option may be given multiple times.
- --no-cwd
- Do not look in the git repository of the current working directory.
- --no-mail
- Do not look in mail storage for "OID". This is implied by "--oid-a", "--path-a", and "--path-b".
- -A OID-A
- --oid-a=OID-A
- Provide pre-image object ID as a hint for reconstructing "OID".
- -a PATH-A
- --path-a=PATH-A
- Provide pre-image pathname as a hint for reconstructing "OID".
- -b PATH-B
- --path-b=PATH-B
- Provide post-image pathname as a hint for reconstructing "OID".
- -v
- --verbose
- Provide more feedback on stderr.
The following options are also supported and are described in lei-q(1).
- --[no-]remote
- --no-local
- --no-external
- -I LOCATION, --include=LOCATION
- --exclude=LOCATION
- --only=LOCATION
- --no-import-remote
- --torsocks=auto|no|yes
- --no-torsocks
- --proxy=PROTO://HOST[:PORT]
CONTACT
Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
The mail archives are hosted at <https://public-inbox.org/meta/> and <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
COPYRIGHT
Copyright 2021 all contributors <mailto:meta@public-inbox.org>
License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
SEE ALSO
| 1993-10-02 | public-inbox.git |
