summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.BRANCH7
-rw-r--r--debian/changelog3
2 files changed, 2 insertions, 8 deletions
diff --git a/TODO.BRANCH b/TODO.BRANCH
index f49be66..e69de29 100644
--- a/TODO.BRANCH
+++ b/TODO.BRANCH
@@ -1,7 +0,0 @@
-
-
-CHANGELOG
-
- * Mention on changelog or docs that we no longer set a fetch spec for
- the dgit remote (which doesn't really work anyway)
-
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