chiark / gitweb /
dgit-repos-server: Do not reject commits with no author/committer email
[dgit.git] / infra / dgit-repos-server
index 55dc81fff1d16b09ca61413df3927574a0658f86..ec9b2c9ae186e8972a4c5bc216aadb2d199a2288 100755 (executable)
@@ -902,8 +902,8 @@ sub checks () {
 
     # defend against commits generated by #849041
     if (!($policy & NOCOMMITCHECK)) {
-       my @checks = qw(%ae %at
-                       %ce %ct);
+       my @checks = qw(%at
+                       %ct);
        my @chk = qw(git log -z);
        push @chk, '--pretty=tformat:%H%n'.
            (join "", map { $_, '%n' } @checks);