summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-02-25 16:56:58 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-02-25 16:56:58 +0100
commitb24a90c8dde57e019b7c88039821c4a39361f1b3 (patch)
tree6ca95e2e054d97d424a4b5d092b6b76f3287661d /man
parentb08781e2a6e183986eb1c24f51cdeff879b7a6af (diff)
downloadpass-b24a90c8dde57e019b7c88039821c4a39361f1b3.tar.gz
pass-b24a90c8dde57e019b7c88039821c4a39361f1b3.tar.bz2
pass-b24a90c8dde57e019b7c88039821c4a39361f1b3.zip
git: use inner-most directory
Diffstat (limited to 'man')
-rw-r--r--man/pass.111
1 files changed, 4 insertions, 7 deletions
diff --git a/man/pass.1 b/man/pass.1
index ffbc405..e842178 100644
--- a/man/pass.1
+++ b/man/pass.1
@@ -41,8 +41,10 @@ Otherwise COMMAND must be one of the valid commands listed below.
Several of the commands below rely on or provide additional functionality if
the password store directory is also a git repository. If the password store
directory is a git repository, all password store modification commands will
-cause a corresponding git commit. See the \fIEXTENDED GIT EXAMPLE\fP section
-for a detailed description using \fBinit\fP and
+cause a corresponding git commit. Sub-directories may be separate nested git
+repositories, and pass will use the inner-most directory relative to the
+current password. See the \fIEXTENDED GIT EXAMPLE\fP section for a detailed
+description using \fBinit\fP and
.BR git (1).
The \fBinit\fP command must be run before other commands in order to initialize
@@ -410,11 +412,6 @@ Overrides the default gpg key identification set by \fBinit\fP. Keys must not
contain spaces and thus use of the hexadecimal key signature is recommended.
Multiple keys may be specified separated by spaces.
.TP
-.I PASSWORD_STORE_GIT
-Overrides the default root of the git repository, which is helpful if
-\fIPASSWORD_STORE_DIR\fP is temporarily set to a sub-directory of the default
-password store.
-.TP
.I PASSWORD_STORE_GPG_OPTS
Additional options to be passed to all invocations of GPG.
.TP