summaryrefslogtreecommitdiffstats
path: root/src/main/resources/Documentation/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/Documentation/config.md')
-rw-r--r--src/main/resources/Documentation/config.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 4b8c6c6..fd90581 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -216,6 +216,19 @@ remote.NAME.mirror
By default, false, do not remove remote branches.
+remote.NAME.remoteNameStyle
+: Slashes in the `${name}` placeholder are replaced with either
+ dashes or underscores.
+
+ Github and Gitorious do not permit slashes "/" in repository
+ names and changes this to dashes "-" at repository creation
+ time. If set to "dash," this changes slashes to dashes in the
+ repository name. If set to "underscore", this changes slashes
+ to underscores in the repository name.
+
+ By default, "slash," remote name will contain slashes as they
+ do in Gerrit.
+
File `secure.config`
--------------------