diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-07 12:38:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-07 12:38:08 -0400 |
commit | 60c1aeeb6fa106756c00e7bb18bbf311bd553fe1 (patch) | |
tree | d46eb17e9f156439396828370187da6ff4002161 /debian | |
parent | bdc49ddbdb32146356fe2040d08071d7ce963466 (diff) |
Fix overbroad gpg --no-tty fix from last release.
Only set --no-tty when GPG_AGENT_INFO is set and batch mode is used.
In the test suite, set GPG_AGENT_INFO to /dev/null to avoid the test suite
relying on /dev/tty.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f9ce1e265..afca096b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ git-annex (3.20120106) UNRELEASED; urgency=low * Support unescaped repository urls, like git does. * log: New command that displays the location log for files, showing each repository they were added to and removed from. + * Fix overbroad gpg --no-tty fix from last release. -- Joey Hess <joeyh@debian.org> Thu, 05 Jan 2012 14:29:30 -0400 |