chiark / gitweb /
changelog: Mention that we don't set a fetch spec
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Oct 2016 00:07:57 +0000 (01:07 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Oct 2016 23:51:52 +0000 (00:51 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
TODO.BRANCH
debian/changelog

index f49be660df49a5fa6b58318cf69f4b13056eb11a..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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)
-
index 0dda1c7e022f46b5eefbf6398f3c98ce02a44cb4..9a71c0dbc5560deeb9b9e9684888df61a06b6920 100644 (file)
@@ -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