chiark / gitweb /
changelog: Document gitattributes handling
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 16 Jan 2017 01:31:55 +0000 (01:31 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 16 Jan 2017 01:31:55 +0000 (01:31 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog

index ec9a67424ed6d53d871c62d1eb4ffa4e57d6e28f..66835cba618bac4609f49e1302daa18725d54dee 100644 (file)
@@ -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.
 
  --