summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-18 18:18:38 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-18 23:31:57 +0000
commitab5a6e7990806975bfd31a47cf61f429eb8914e3 (patch)
tree4428df01369694ecb9b62fdedb6319fcc573ff50 /debian/changelog
parentb77bfa84e1dd2f7fe760985a76d7bafcfc463802 (diff)
infrastructure: Do not reject commits with no author/committer name
But still insist on email address and date). Peter Green reports that eg 71e128629ec786f3 in upstream xen.git is such a commit (and is accepted by github). Closes:#851716. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c73480b..b1c7db1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ dgit (3.6~) unstable; urgency=medium
Infrastructure:
* Properly honour NOCOMMITCHECK policy hook exit status.
Closes:#851800.
+ * Do not reject commits with no author/committer name (but still insist
+ on email address and date). Peter Green reports that eg
+ 71e128629ec786f3 in upstream xen.git is such a commit (and is accepted
+ by github). Closes:#851716.
Test suite:
* downstream-gitless: Test import of .dsc from unknown distro.