aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-04 17:35:11 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-07-04 17:35:11 +0900
commite2c5546b5d0290dbeba7018bd21ff2931ae8310a (patch)
treedc0bde4a75d4405137c78b590ae123f8387cb6b1 /debian
parent4e6dd11ffdbd55a72a3c2c24ea87b361bf94c29b (diff)
downloadgit-remote-gcrypt-e2c5546b5d0290dbeba7018bd21ff2931ae8310a.tar.gz
GCRYPT_GPG_ARGS env var -> gcrypt.gpg-args conf
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a01fb56..482a472 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ git-remote-gcrypt (1.0.0-1) UNRELEASED; urgency=medium
* Taking over as upstream maintainer.
Closes https://github.com/bluss/git-remote-gcrypt/issues/12
* Remove notice about repository format potentially changing.
- * Implement GCRYPT_GPG_ARGS environment variable (Closes: #771011).
+ * Implement gcrypt.gpg-args git config setting (Closes: #771011).
* Respect git config gpg.program if configured.
Thanks Christian Amsüss.
Closes https://github.com/joeyh/git-remote-gcrypt/pull/3