aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-22 13:47:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-22 13:47:41 -0400
commit332f4ed6fbc930bf46984a512f300b29edc17d3b (patch)
treefa60e5a9676ef26f1b4e1eb6ec90ea9de7e95b00 /debian
parent6cb031140c734b6c80e85a31b7ecbba7ddfb65a7 (diff)
Bug fix: Git config settings passed to git-annex -c did not always take effect.
When Config.setConfig runs, it throws away the old Repo and loads a new one. So, add an action to adjust the Repo so that -c settings will persist across that.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8c23e7edb..25ee2b835 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ git-annex (6.20160115) UNRELEASED; urgency=medium
added directly to git due to annex.largefiles configuration.)
(Also done by add --json and import --json)
* registerurl: Check if a remote claims the url, same as addurl does.
+ * Bug fix: Git config settings passed to git-annex -c did not always take
+ effect.
-- Joey Hess <id@joeyh.name> Fri, 15 Jan 2016 14:05:01 -0400