Make <identifier> lowercase as per CodingGuidelines
*.c part for matches with '<[A-Z]+>' (and affected test). Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
23c6a803d3
commit
41dbcd4540
@ -19,7 +19,7 @@ usage: test-parse-options <options>
|
||||
--set23 set integer to 23
|
||||
-t <time> get timestamp of <time>
|
||||
-L, --length <str> get length of <str>
|
||||
-F, --file <FILE> set file to <FILE>
|
||||
-F, --file <file> set file to <file>
|
||||
|
||||
String options
|
||||
-s, --string <string>
|
||||
|
Reference in New Issue
Block a user