summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-02-10 14:14:03 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 12:25:49 +0100
commit384c846711061bebb4cda6567553bc0f910a69cf (patch)
treeba12401f3deb343adebe2c007202861c6863e758 /debian/changelog
parentd371437104d5a7a4ec623a2e0be716063c7dde92 (diff)
dgit: In quilt_fixup_multipatch, work around git checkout paths
git checkout paths does not delete files. This is a hypothetical bug AFAIAA. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 91dd7c4..a340413 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ dgit (4.5~) unstable; urgency=medium
Bugfixes:
* When checking that the tree is clean, check the git index too.
+ * In quilt_fixup_multipatch, work around git checkout paths
+ not deleting files. (Hypothetical bug AFAIAA.)
Minor fixes:
* "confess" when we die due to a warning, rather than symply dieing.