git-cvsserver: handle CVS 'noop' command.
[gitweb.git] / git-cvsserver.perl
index fef7faf33947a87ded0e8a2d9fd6f1af6047d951..277ee4e47729ecfec887c1c2ec16d4f6f51eee43 100755 (executable)
@@ -76,6 +76,7 @@
     'history'         => \&req_CATCHALL,
     'watchers'        => \&req_EMPTY,
     'editors'         => \&req_EMPTY,
+    'noop'            => \&req_EMPTY,
     'annotate'        => \&req_annotate,
     'Global_option'   => \&req_Globaloption,
     #'annotate'        => \&req_CATCHALL,