summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-09 14:45:17 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-09 16:25:53 +0100
commit166121d66d38a3f6584222a03558493c1a23de72 (patch)
tree97190dd6a94a926f4eca4bac43be5c1220f48e93 /debian/changelog
parenta04897e74b24b59ed2a212d967f3698f08fec438 (diff)
dgit: Regularise patch filenames, and defend against funny commit subjects
* Do not specified patch names which look like series filenames * When we invent a filename based on a commit message, add ".patch". 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 5d78d25..7900c92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ dgit (3.12~) unstable; urgency=medium
Important bugfixes to dgit:
* Pass --no-renames to git diff-tree -z, avoiding potential trouble.
+ * Defend against commit subject lines which would generate patches which
+ look like series files, etc. Involves adding .patch to all generated
+ patch filenames.
--