summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-02-15 18:49:17 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 12:25:49 +0100
commitd371437104d5a7a4ec623a2e0be716063c7dde92 (patch)
treeeaf87fe101abfc267599813d658cc28218f970d0 /debian/changelog
parentf90d29c48dd4183174dd08f36d03e9db81636eb0 (diff)
Dgit.pm: When checking that the tree is clean, check the git index too.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e413454..91dd7c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
dgit (4.5~) unstable; urgency=medium
+ Bugfixes:
+ * When checking that the tree is clean, check the git index too.
+
Minor fixes:
* "confess" when we die due to a warning, rather than symply dieing.