File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1- 2.5.101 .0
1+ 2.5.1 .0
Original file line number Diff line number Diff line change @@ -633,6 +633,24 @@ git config --global credential.dpapiStorePath D:\credentials
633633
634634---
635635
636+ ### credential.gpgPassStorePath
637+
638+ Specify a custom directory to store GPG-encrypted [ pass] [ pass ] -compatible credential files
639+ in when [ ` credential.credentialStore ` ] [ credential-credentialstore ] is set to ` gpg ` .
640+
641+ Defaults to the value ` ~/.password-store ` or ` %USERPROFILE%\.password-store ` .
642+
643+ #### Example
644+
645+ ``` shell
646+ git config --global credential.gpgPassStorePath /mnt/external-drive/.password-store
647+ ```
648+
649+ ** Note:** Location of the password store used by [ pass] [ pass ] can be overridden by the
650+ ` PASSWORD_STORE_DIR ` environment variable, see the [ man page] [ pass-man ] for details.
651+
652+ ---
653+
636654### credential.msauthFlow
637655
638656Specify which authentication flow should be used when performing Microsoft
@@ -1042,6 +1060,7 @@ Defaults to disabled.
10421060[ provider-migrate ] : migration.md#gcm_authority
10431061[ cache-options ] : https://git-scm.com/docs/git-credential-cache#_options
10441062[ pass ] : https://www.passwordstore.org/
1063+ [ pass-man ] : https://git.zx2c4.com/password-store/about/
10451064[ trace2-normal-docs ] : https://git-scm.com/docs/api-trace2#_the_normal_format_target
10461065[ trace2-normal-env ] : environment.md#GIT_TRACE2
10471066[ trace2-event-docs ] : https://git-scm.com/docs/api-trace2#_the_event_format_target
You can’t perform that action at this time.
0 commit comments