summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-17 13:01:50 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-17 21:52:47 +0000
commitafb06f88d468e045aa615db3304ed734a2149af2 (patch)
treeceb9add9d6f3be560e02641501e3fed3e8091536 /debian
parent376bac56f8eb4d081c630ef08585165a1860ec0c (diff)
dgit: clonee: Do setup_new_tree earlier.
This avoids printing a spurious warning about actually-defused gitattributes when cloning. Closes:#851624. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4c73fea..4940aa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ dgit (3.5~) unstable; urgency=medium
* 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.
--