summaryrefslogtreecommitdiff
path: root/doc/source/config/project.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/config/project.rst')
-rw-r--r--doc/source/config/project.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/config/project.rst b/doc/source/config/project.rst
index af3faa943..04d61b5d3 100644
--- a/doc/source/config/project.rst
+++ b/doc/source/config/project.rst
@@ -138,13 +138,20 @@ pipeline.
.. value:: cherry-pick
Cherry-picks each change onto the branch rather than
- performing any merges. This is not supported by Github and GitLab.
+ performing any merges. This is not supported by GitHub and GitLab.
.. value:: squash-merge
Squash merges each change onto the branch. This maps to the
merge mode ``squash`` in GitHub and GitLab.
+ .. value:: rebase
+
+ Rebases the changes onto the branch. This is only supported
+ by GitHub and maps to the ``rebase`` merge mode (but
+ does not alter committer information in the way that GitHub
+ does in the repos that Zuul prepares for jobs).
+
.. attr:: vars
:default: None