summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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