summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-04 10:35:58 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-04 10:43:29 +0100
commit32302c566f46426687ae9dcccec2f16ddeb56e4b (patch)
treeba51639665cb64790748ec2c3c30225da789f281 /debian
parent32a64c4b2ca401cd594c38ceaa01a2bdfc56f8eb (diff)
git-debrebase: Properly reject bare dgit dsc imports
A bare dgit dsc import is not a legal gdr branch, because the main merge contains debian/patches/. So it cannot be processed without conversion. Previously an attempt to launder such a branch would crash with a stack trace, although keycommits would falsely claim it was OK Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 491e80f..664a3d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ dgit (6.5~) unstable; urgency=medium
* dgit: Rename --dgit-view-save to --save-dgit-view, leaving an alias.
* dgit: Provide print-unapplied-treeish subcommand.
* dgit: Improve error message for unknown suite, to suggest -d.
+ * git-debrebase: Properly reject bare dgit dsc imports
--