summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-17 13:04:51 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-17 21:52:47 +0000
commit5e48f51886e9a101583e1beb08e982c0cad25600 (patch)
treec51abf9551af2786b1f374898944c522f37478b8
parent10971841444e359f4ca8d490822c390cc7bca890 (diff)
changelog: gardening
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-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.
--