Minor update in 2.8 release notes

Change-Id: I9311107b42222f138bac1ab9d7703175f19de82b
This commit is contained in:
David Pursehouse
2014-07-15 11:35:38 +09:00
parent 3ca59b803c
commit 91b7f7ce39

View File

@@ -499,7 +499,10 @@ The replication plugin can now be configured to listen to project deletion event
and to replicate the project deletions. By default project deletions are *not*
replicated.
* The `{$name}` placeholder is optional when replicating a single project,
* link:http://code.google.com/p/gerrit/issues/detail?id=1880[Issue 1880]:
Make `{name}` placeholder optional when replicating a single project.
+
The `{$name}` placeholder is optional when replicating a single project,
allowing a single project to be replicated under a different name.
* Project names can be matched with wildcard or regex patterns in `replication.config`.