about summary refs log tree commit homepage
path: root/Documentation/lei-blob.pod
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-24 12:51:06 +0000
committerEric Wong <e@80x24.org>2021-09-25 03:22:04 +0000
commit39d06d18fd836a0a474815508aa9fec86b7b336c (patch)
tree0b10157a93fca4c53326d5c8648a0ab740b93606 /Documentation/lei-blob.pod
parent9cfb026469d5d94a0bbcbd11f6e0466db2aebfe1 (diff)
downloadpublic-inbox-39d06d18fd836a0a474815508aa9fec86b7b336c.tar.gz
Try to clarify these commands are intended to be useful for
git-using (usually software) projects (and not the bare git
repos we use internally).

We'll also document some commonly useful git-diff switches
in the lei-rediff man page to highlight the usefulness
of the command.
Diffstat (limited to 'Documentation/lei-blob.pod')
-rw-r--r--Documentation/lei-blob.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/lei-blob.pod b/Documentation/lei-blob.pod
index 5b611d11..429d206e 100644
--- a/Documentation/lei-blob.pod
+++ b/Documentation/lei-blob.pod
@@ -10,8 +10,8 @@ lei blob [OPTIONS] OID
 
 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.
+not-yet-created blob in the current git project repository (if any)
+that can be reconstructed from a message.
 
 =head1 OPTIONS
 
@@ -22,6 +22,8 @@ reconstructed from a message.
 Specify an additional .git/ directory to scan.  This option may be
 given multiple times.
 
+Default: the output of C<git rev-parse --git-dir>
+
 =item --no-cwd
 
 Do not look in the git repository of the current working directory.