summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 15:07:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 15:07:20 -0400
commit07f0f11f3cd8c8b52b2fe1324d5319613b5e2e79 (patch)
tree28674475e4a2c1a11affa60dda698b85e1ad5bdf /CHANGELOG
parent013bf0e00e1414d7368eac50bf0e30519671c712 (diff)
Pass -S to git commit-tree when commit.gpgsign is set and when making a non-automatic commit, in order to preserve current behavior when used with git 1.9, which has stopped doing this itself.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fc6720928..3c42074f1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,9 @@ git-annex (6.20160528) UNRELEASED; urgency=medium
* sync --content: Fix bug that caused transfers of files to be made
to a git remote that does not have a UUID. This particularly impacted
clones from gcrypt repositories.
+ * Pass -S to git commit-tree when commit.gpgsign is set and when
+ making a non-automatic commit, in order to preserve current behavior
+ when used with git 1.9, which has stopped doing this itself.
-- Joey Hess <id@joeyh.name> Fri, 27 May 2016 13:12:48 -0400