chiark / gitweb /
Declare fast forward from 0.22-experimental2
[dgit.git] / infra / dgit-repos-server
index aa6fecd2eb72028c79387228cee3364a1c3f40c5..6131774e7c43c7e2816cad08bfbcc3b54329947e 100755 (executable)
@@ -897,8 +897,8 @@ sub checks () {
 
     # defend against commits generated by #849041
     if (!($policy & NOCOMMITCHECK)) {
-       my @checks = qw(%an %ae %at
-                       %cn %ce %ct);
+       my @checks = qw(%ae %at
+                       %ce %ct);
        my @chk = qw(git log -z);
        push @chk, '--pretty=tformat:%H%n'.
            (join "", map { $_, '%n' } @checks);