summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-18 15:30:07 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-18 15:30:07 +0100
commit19d5fe05b5568ba5e8119f302f0bb9cbc043e732 (patch)
tree13caece350413e78d462b4d9d9709d8caca194bb /debian
parent0f8af6bb8e37dc0fc36b327146082bd2b4363195 (diff)
When running git-add in commit-quilty-patch, properly escape filenames (which git-add treats as glob patterns).
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 886ab3b..9177e0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ dgit (1.4~~) UNRELEASED; urgency=low
* Unbreak --dry-run (`exiting subroutine via next', broken in
ac221d67, bug released in 0.22).
+ * When running git-add in commit-quilty-patch, properly escape
+ filenames (which git-add treats as glob patterns).
--