From: Ian Jackson Date: Mon, 16 Jan 2017 01:31:55 +0000 (+0000) Subject: changelog: Document gitattributes handling X-Git-Tag: archive/debian/3.3~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=500dfc9bc6b9479698adb3cdc73f37c846d4e15b;p=dgit.git changelog: Document gitattributes handling Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index ec9a6742..66835cba 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. --