Skip to content

Commit 566c69e

Browse files
Matthew Ogilviegitster
authored andcommitted
cvsserver: clean up client request handler map comments
- Comment that it should not be considered a complete list. - #'annotate' comment - Uncommented annotate line is 2 lines earlier. Signed-off-by: Matthew Ogilvie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a86c098 commit 566c69e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

git-cvsserver.perl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151

5252
#### Definition and mappings of functions ####
5353

54+
# NOTE: Despite the existence of req_CATCHALL and req_EMPTY unimplemented
55+
# requests, this list is incomplete. It is missing many rarer/optional
56+
# requests. Perhaps some clients require a claim of support for
57+
# these specific requests for main functionality to work?
5458
my $methods = {
5559
'Root' => \&req_Root,
5660
'Valid-responses' => \&req_Validresponses,
@@ -80,7 +84,6 @@
8084
'noop' => \&req_EMPTY,
8185
'annotate' => \&req_annotate,
8286
'Global_option' => \&req_Globaloption,
83-
#'annotate' => \&req_CATCHALL,
8487
};
8588

8689
##############################################

0 commit comments

Comments
 (0)