X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=18e3e3e4f11ae072306b350f8683e945e4f735d9;hb=430c0a2bccc7427a981310da73061d2d4fe52bab;hp=759eb4f837f606171e6115167e6573948966dc8c;hpb=86211f461808d81f351c4fd6df5cd3d737f40fb6;p=dgit.git diff --git a/debian/changelog b/debian/changelog index 759eb4f8..18e3e3e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,7 @@ dgit (1.5~~) unstable; urgency=medium Documentation: * Document the dgit-distro.DISTRO.quilt-mode config setting. + * Clarify the --clean= options' documentation. Closes:#800054. Bugfixes: * When cleaning up after failed clone, stat the to-be-cleaned-up @@ -75,6 +76,10 @@ dgit (1.5~~) unstable; urgency=medium * Fix up .orig detection to handle .asc's (and other signatures) of .orig components the same way as their tarballs. * Tidy up refs/dgit-fetch/ after dgit fetch (if successful). + * 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. Test suite: * When sbuild fails, do not crash due to sed not finding the log @@ -94,7 +99,6 @@ dgit (1.5~~) unstable; urgency=medium * Test dgit-repos-policy-debian with multiple (identical, as it happens) existing taints. * Provide better log output for certain failures. - * Fix handling of in-archive copies. --