summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2017-12-13 14:42:02 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2017-12-13 14:42:02 +0900
commit43d055591174640527f5dec3fc7df00a4aa55f02 (patch)
tree7ece5762d2f9ae7384ecb816072382593d1fcf08
parentff270c13e4fcc1c5ad435c712e6b20b6a2956362 (diff)
Document how to exclude projects from replication
-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 b1058b5..099608d 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -343,6 +343,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