summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-02-01 13:36:37 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2018-02-01 13:36:37 +0900
commit5723f326849d823c36c722b749d3ec03b088e63c (patch)
treec3a31682ed5834439edfbfb00b66c686971ccf10
parent8bc97a106a46a0f32350396e74769af11ec7b98e (diff)
parent43d055591174640527f5dec3fc7df00a4aa55f02 (diff)
Merge branch 'stable-2.14' into stable-2.15v2.15-rc4v2.15-rc3v2.15
* stable-2.14: Document how to exclude projects from replication Change-Id: I2189f3aabcdc5ee3ca8204886a6c7686af626c04
-rw-r--r--src/main/resources/Documentation/config.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 6b009f4..c066513 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -355,6 +355,10 @@ remote.NAME.remoteNameStyle
match the project name. So the above example would not match
`foo/bar2`, while `^foo/(bar|baz).*` would.
+ Projects may be excluded from replication by using a regular
+ expression with inverse match. `^(?:(?!PATTERN).)*$` will
+ exclude any project that matches.
+
Values that are not regular expressions and end in `*` are
treated as wildcard matches. Wildcards match projects whose
name agrees from the beginning until the trailing `*`. So