Commit Diff


commit - b9a36ae5ebce5fb8ce9d944a31210917b32c71d8
commit + ea2c9c36aa409c447e37aed9c75777adb9e36274
blob - 75ffe68ef694e38f5138920800c795cdc7b10080
blob + 6275b70b1ffab7e1c17bf5cc0aab761e56b04c66
--- libexec/got-read-gotconfig/parse.y
+++ libexec/got-read-gotconfig/parse.y
@@ -115,6 +115,7 @@ grammar		: /* empty */
 		| grammar author '\n'
 		| grammar remote '\n'
 		| grammar allowed_signers '\n'
+		| grammar revoked_signers '\n'
 		;
 boolean		: STRING {
 			if (strcasecmp($1, "true") == 0 ||