<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/gpg-agent, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/gpg-agent?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/gpg-agent?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2025-09-06T01:55:42Z</updated>
<entry>
<title>docs(gpg-agent): clarify plugin purpose (#13289)</title>
<updated>2025-09-06T01:55:42Z</updated>
<author>
<name>G'lek Tarssza</name>
<email>glek@glektarssza.com</email>
</author>
<published>2025-09-06T01:55:42Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=26863c50b3eaad4b13f7dfa07e06053e1d4834a2'/>
<id>urn:sha1:26863c50b3eaad4b13f7dfa07e06053e1d4834a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(gpg-agent): suppress errors from `gpgconf` (#10769)</title>
<updated>2022-03-18T12:11:00Z</updated>
<author>
<name>Wayne Lloyd</name>
<email>waynelloyd@outlook.com</email>
</author>
<published>2022-03-18T12:11:00Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=c96fc233c4903ba75fba5bc55e7f91f9dc8e460e'/>
<id>urn:sha1:c96fc233c4903ba75fba5bc55e7f91f9dc8e460e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(gpg-agent): correctly overwrite `$SSH_AUTH_SOCK` and other improvements (#7059)</title>
<updated>2021-10-05T11:54:53Z</updated>
<author>
<name>Dapeng Gao</name>
<email>31944689+dpgao@users.noreply.github.com</email>
</author>
<published>2021-10-05T11:54:53Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=e5b9b80008a2fd71b441ef39fe620ed47dad82e5'/>
<id>urn:sha1:e5b9b80008a2fd71b441ef39fe620ed47dad82e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up plugin READMEs and a few plugins</title>
<updated>2020-03-11T18:57:46Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-03-11T18:57:46Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=610b2529d2213a70e3d1153a9baf046c22f298b9'/>
<id>urn:sha1:610b2529d2213a70e3d1153a9baf046c22f298b9</id>
<content type='text'>
- fasd
- history
- mercurial
- pylint
- repo
- yii2
</content>
</entry>
<entry>
<title>add link to documentation</title>
<updated>2018-10-19T16:54:26Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2018-10-19T16:54:26Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=ca50dfda9f02836910bf5bc956d7d786bc997f92'/>
<id>urn:sha1:ca50dfda9f02836910bf5bc956d7d786bc997f92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding gpg-agent plugin README</title>
<updated>2018-10-19T14:36:51Z</updated>
<author>
<name>Stephan Salzmann</name>
<email>kaffdaddy@insomniaonline.de</email>
</author>
<published>2018-10-19T14:36:51Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=eb87529b98abf5764c584a663a6665fce35e4fbf'/>
<id>urn:sha1:eb87529b98abf5764c584a663a6665fce35e4fbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert to checking if `enable-ssh-support` is set</title>
<updated>2018-04-27T15:56:21Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2018-04-27T15:56:21Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=8eba19208dfd62a0565e837a715e62d9876480a0'/>
<id>urn:sha1:8eba19208dfd62a0565e837a715e62d9876480a0</id>
<content type='text'>
Fixes #6772</content>
</entry>
<entry>
<title>Fix gpg-agent plugin checks (#6469)</title>
<updated>2018-04-21T20:26:36Z</updated>
<author>
<name>Chris Fleming</name>
<email>me@chrisfleming.org</email>
</author>
<published>2018-04-21T20:26:36Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=9a71864288e5fb3898b0764db3e547cf7bb7328c'/>
<id>urn:sha1:9a71864288e5fb3898b0764db3e547cf7bb7328c</id>
<content type='text'>
* Always try and start gpg-agent, with --use-standard-socket it will try and use a standard socket directory. It won't start multiple agents if agent is already running. In addition, XDG_RUNTIME_DIR isn't always set

* ssh socket if broken if --daemon is run again, so onky start if we don't have a socket

* Removed unnecessary allocation of GPG_SSH_AUTH_SOCK
</content>
</entry>
<entry>
<title>Fix wrong $GNUPGHOME usage in gpg-agent plugin (#6403)</title>
<updated>2017-11-08T22:02:38Z</updated>
<author>
<name>Paweł Czochański</name>
<email>czochanski@gmail.com</email>
</author>
<published>2017-11-08T22:02:38Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2c87f85ad56663c322f6a72f4ef6ad70b74c8aad'/>
<id>urn:sha1:2c87f85ad56663c322f6a72f4ef6ad70b74c8aad</id>
<content type='text'>
$GNUPGHOME variable was used incorrectly and caused a grep error when
set.</content>
</entry>
<entry>
<title>Fixed the gpg-agent plugin for new gpg versions (#6140)</title>
<updated>2017-11-07T16:04:38Z</updated>
<author>
<name>Paweł Czochański</name>
<email>czochanski@gmail.com</email>
</author>
<published>2017-11-07T16:04:38Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=c2fb24a7922077a364c853df923403c372ef5916'/>
<id>urn:sha1:c2fb24a7922077a364c853df923403c372ef5916</id>
<content type='text'>
The gpg-agent plugin did not work for gpg versions above or equal to
2.1 because of the `--write-env-file` option deprecation. This new version
works fine and also enables the ssh-agent support only if it is enabled in the
gpg-agent config file.</content>
</entry>
</feed>
