summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Milanesio <luca.milanesio@gmail.com>2019-11-07 21:12:39 +0000
committerLuca Milanesio <luca.milanesio@gmail.com>2019-11-07 21:12:39 +0000
commit22ef9a9634008dfc09ea4dae6f17d99aa4dbbb81 (patch)
tree6cec6bb0fddba6e0443a07c9e8e810fb3054fccb
parent0c6bc832e9e36e1c3183dea6377423fbfcb77266 (diff)
Clarify that starred-changes ref is not needed on slavesv2.16.15v2.16.14v2.16.13
When using the replication plugin to push to a Gerrit slave or to a standard Git repository, refs/starred-changes/* is not needed in the replication.config. Change-Id: Ia77da5a0a8b0247470507bf28680117801c441d3
-rw-r--r--src/main/resources/Documentation/about.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/Documentation/about.md b/src/main/resources/Documentation/about.md
index 69a371b..adb8d4c 100644
--- a/src/main/resources/Documentation/about.md
+++ b/src/main/resources/Documentation/about.md
@@ -24,7 +24,7 @@ To replicate the account data in NoteDb the following branches from the
* `refs/users/*` (user branches)
* `refs/meta/external-ids` (external IDs)
-* `refs/starred-changes/*` (star labels)
+* `refs/starred-changes/*` (star labels, not needed for Gerrit slaves)
* `refs/sequences/accounts` (account sequence numbers, not needed for Gerrit
slaves)