Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions bucket/git-with-openssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
"bin\\sh.exe",
"bin\\git.exe",
"git-bash.exe",
"usr\\bin\\gpg.exe",
"usr\\bin\\gpg-agent.exe",
"usr\\bin\\gpgconf.exe",
"usr\\bin\\gpg-connect-agent.exe",
"usr\\bin\\pinentry.exe",
"usr\\bin\\scp.exe",
"usr\\bin\\sftp.exe",
"usr\\bin\\ssh.exe",
Expand Down
11 changes: 4 additions & 7 deletions bucket/git.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"reg import \"$dir\\install-context.reg\"",
"",
"To set Git Credential Manager Core for portable Git, please execute the following command:",
"git config --system credential.helper manager"
"git config --system credential.helper manager",
"",
"To use a different GnuPG installation, set the \"gpg.program\" option in you Git configuration."
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
],
"architecture": {
"64bit": {
Expand Down Expand Up @@ -52,12 +54,7 @@
"bin": [
"bin\\sh.exe",
"bin\\git.exe",
"git-bash.exe",
"usr\\bin\\gpg.exe",
"usr\\bin\\gpg-agent.exe",
"usr\\bin\\gpgconf.exe",
"usr\\bin\\gpg-connect-agent.exe",
"usr\\bin\\pinentry.exe"
"git-bash.exe"
],
"shortcuts": [
[
Expand Down
20 changes: 20 additions & 0 deletions bucket/gnupg.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@
]
},
"env_add_path": "bin",
"bin": [
"bin\\gpg.exe",
"bin\\gpg2.exe",
"bin\\gpgconf.exe",
"bin\\gpg-agent.exe",
"bin\\gpg-connect-agent.exe",
"bin\\pinentry-basic.exe",
["bin\\pinentry-basic.exe", "pinentry.exe"],
"bin\\dirmngr.exe",
"bin\\dirmngr_ldap.exe",
"bin\\gpg-card.exe",
"bin\\gpg-check-pattern.exe",
"bin\\gpg-preset-passphrase.exe",
"bin\\gpg-wks-client.exe",
"bin\\gpgsm.exe",
"bin\\gpgtar.exe",
"bin\\gpgv.exe",
"bin\\keyboxd.exe",
"bin\\scdaemon.exe"
],
"persist": "home",
"checkver": {
"url": "https://www.gnupg.org/download/index.html",
Expand Down