Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-cvsserver: handle CVS 'noop' command.
[gitweb.git]
/
git-cvsserver.perl
diff --git
a/git-cvsserver.perl
b/git-cvsserver.perl
index fef7faf33947a87ded0e8a2d9fd6f1af6047d951..277ee4e47729ecfec887c1c2ec16d4f6f51eee43 100755
(executable)
--- a/
git-cvsserver.perl
+++ b/
git-cvsserver.perl
@@
-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,