From 64a862f5837a02fd9a72f2a54ee22245242bf498 Mon Sep 17 00:00:00 2001 From: Patrick Hiesel Date: Tue, 10 Dec 2019 14:21:55 +0100 Subject: [PATCH] Document that single quotes are illegal in notify filters Change-Id: I2c10025eb73d41ff8e2aa7c4c8a021cd45eba457 --- Documentation/user-notify.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/user-notify.txt b/Documentation/user-notify.txt index 3c922ed716..5346b2ed27 100644 --- a/Documentation/user-notify.txt +++ b/Documentation/user-notify.txt @@ -125,6 +125,7 @@ link:user-search.html[Change search expression] to match changes that should be sent to the emails named in this section. Within a Git-style configuration file double quotes around complex operator values may need to be escaped, e.g. `filter = branch:\"^(maint|stable)-.*\"`. +Single quotes are illegal and must be omitted. When sending email to a bare email address in a notify block, Gerrit Code Review ignores read access controls and assumes the administrator