summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-09 13:54:02 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-09 13:54:51 +0100
commita04897e74b24b59ed2a212d967f3698f08fec438 (patch)
treeccf40157bc0c75408aea5f3cfc12085f19ec50cf /debian/changelog
parent33699f6b4d0e36fca92d36be933f556758bb7ebe (diff)
dgit: Pass --no-renames to git diff-tree -z, avoiding potential trouble
Without this option, git-diff-tree might detect a rename (or possibly even a copy). If it does it prints a different output format with a status of C or R *and a separate filename*. The latter is an additional nul-terminated record and would get dgit's interpreter of the git diff-tree output out of step. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 780fe23..5d78d25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
dgit (3.12~) unstable; urgency=medium
- *
+ Important bugfixes to dgit:
+ * Pass --no-renames to git diff-tree -z, avoiding potential trouble.
--