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
633
633
634
634
---
635
635
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
+
636
654
### credential.msauthFlow
637
655
638
656
Specify which authentication flow should be used when performing Microsoft
@@ -1042,6 +1060,7 @@ Defaults to disabled.
1042
1060
[ provider-migrate ] : migration.md#gcm_authority
1043
1061
[ cache-options ] : https://git-scm.com/docs/git-credential-cache#_options
1044
1062
[ pass ] : https://www.passwordstore.org/
1063
+ [ pass-man ] : https://git.zx2c4.com/password-store/about/
1045
1064
[ trace2-normal-docs ] : https://git-scm.com/docs/api-trace2#_the_normal_format_target
1046
1065
[ trace2-normal-env ] : environment.md#GIT_TRACE2
1047
1066
[ 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