Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
cvsserver: clean up client request handler map comments
author
Matthew Ogilvie
<mmogilvi_git@miniinfo.net>
Sun, 14 Oct 2012 05:42:19 +0000
(23:42 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Oct 2012 23:16:23 +0000
(16:16 -0700)
- Comment that it should not be considered a complete list.
- #'annotate' comment - Uncommented annotate line is 2 lines earlier.
Signed-off-by: Matthew Ogilvie <mmogilvi_git@miniinfo.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
a86c098
)
diff --git
a/git-cvsserver.perl
b/git-cvsserver.perl
index 8b2accba903dd834eb6bd49e79f5a19ea96453bc..9e71f305dee06cfd6e3743ab25f2c3212aa1d29b 100755
(executable)
--- a/
git-cvsserver.perl
+++ b/
git-cvsserver.perl
@@
-51,6
+51,10
@@
#### Definition and mappings of functions ####
#### Definition and mappings of functions ####
+# NOTE: Despite the existence of req_CATCHALL and req_EMPTY unimplemented
+# requests, this list is incomplete. It is missing many rarer/optional
+# requests. Perhaps some clients require a claim of support for
+# these specific requests for main functionality to work?
my $methods = {
'Root' => \&req_Root,
'Valid-responses' => \&req_Validresponses,
my $methods = {
'Root' => \&req_Root,
'Valid-responses' => \&req_Validresponses,
@@
-80,7
+84,6
@@
'noop' => \&req_EMPTY,
'annotate' => \&req_annotate,
'Global_option' => \&req_Globaloption,
'noop' => \&req_EMPTY,
'annotate' => \&req_annotate,
'Global_option' => \&req_Globaloption,
- #'annotate' => \&req_CATCHALL,
};
##############################################
};
##############################################