summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
1 files changed, 8 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 4940aa3..9500715 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.
--