summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-07 17:40:25 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-08 22:14:26 +0000
commit7bff1293fb88d8cd1c3548aaf7a04fdbc12724d3 (patch)
treeffb9068467019e682386a721a43e9548d49dfedb /debian
parent8dd1a763317ffb423a6e08a118d638215946269d (diff)
test suite: gbp-orig: Add a missing -m
Without this, it would run an editor if stdout was a tty (!) 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 7d84c7b..c3e4f58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ dgit (2.17~) unstable; urgency=medium
* badcommit-rewrite: Fix operation using installed version of fixup.
* Arrange to pass --debug-quick-random to gpg-agent.
* Strip block count out of find -ls output - it is unstable!
+ * gbp-orig: Add a missing -m, without which git would run an
+ editor if stdout was a tty (!)
--