summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-16 01:31:55 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-16 01:31:55 +0000
commit500dfc9bc6b9479698adb3cdc73f37c846d4e15b (patch)
treebe0f9e98843f88cc0022e0e340361ea25339af4f
parent6f34401683b2647435379639f9a06ef639b295f7 (diff)
changelog: Document gitattributes handling
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ec9a674..66835cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
dgit (3.3~) unstable; urgency=medium
+ Behavioural changes to work around gitattributes file transformations:
+ * Suppress file-transforming gitattributes in private work areas.
+ * Configure suppression in user's trees in dgit clone and setup-new-tree.
+ * Provide dgit setup-gitattributes to do this explicitly.
+
Bugfixes:
* dgit: Remove a leftover debugging print.
* dgit: Set default dsc import distro when there is no Dgit field.
@@ -18,6 +23,7 @@ dgit (3.3~) unstable; urgency=medium
* test suite: protocol-compat: check that we use the right distro
information when importing.
* test suite: Internal change: fix handling of nonempty distro=
+ * gitattributes: New test for .gitattributes handling.
--