summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-20 15:05:59 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-20 15:06:05 +0100
commit63f314691709644c0fb60c9ae4942f75714e4255 (patch)
tree5236eb874c198e8c168621b11e95d3e944d38ce2 /debian
parent25d99544a7f5a83e0b2fd2fa046682865271d7c3 (diff)
split brain cache: Fix a wrong implicit reference to $_. Closes:#841383.
Otherwise we can get: Use of uninitialized value $_ in pattern match (m//) at /usr/bin/dgit line 4364. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 33b627e..99e724d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ dgit (2.4~) unstable; urgency=low
Usually the user is a maintainer using split brain, and we should rely
on their own gbp configuration to specify the right check.
Closes:#841100.
+ * split brain cache: Fix a wrong implicit reference to $_.
+ Closes:#841383.
--