summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-10 01:07:57 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-11 00:51:52 +0100
commita71d663b94fc1c7393d48a7976f051b7197320f8 (patch)
tree4c685bc4df33adc8d23d6807f71d3453f2e4c37d /debian
parent5899547850125b06f4034bc69c5d47d22e3fc15f (diff)
changelog: Mention that we don't set a fetch spec
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0dda1c7..9a71c0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -91,7 +91,8 @@ dgit (1.5~~) unstable; urgency=medium
* Fix handling of in-archive copies.
* Don't break if user has push.followTags=true. Closes:#827878.
* Arrange for the special dgit remote to be skipped by git fetch --all
- etc. Closes:#827892.
+ etc. And no longer configure a fetch spec, since it won't work
+ anyway. Closes:#827892.
* Allow local git config options to override user-global ones,
as is proper. Closes:#835858.
* Get sense of failed clone failed cleanup error reporting check