From: Ian Jackson Date: Tue, 17 Jan 2017 13:04:51 +0000 (+0000) Subject: changelog: gardening X-Git-Tag: archive/debian/3.5~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5e48f51886e9a101583e1beb08e982c0cad25600;p=dgit.git changelog: gardening Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 4940aa38..95007151 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,14 @@ dgit (3.5~) unstable; urgency=medium Bugfixes: - * Improve comment left in .git/info/attributes. - * Defuse gitattributes in private working area even if we don't do it in - the user's tree because config setup-gitattributes=false. - * Do not print spurious warning about actually-defused gitattributes - when cloning. Closes:#851624. + * gitattributes: Defuse gitattributes in private working area even if we + don't do it in the user's tree (because of user configuration). + * gitattributes: When cloning, do not print spurious warning about + actually-defused gitattributes . Closes:#851624. + * gitattributes: Improve comment left in .git/info/attributes. + + Test suite: + * gitattributes: Many improvements to test case. --