]
Evgheni Dereveanchin reassigned OVIRT-1296:
-------------------------------------------
Assignee: Evgheni Dereveanchin (was: infra)
review Rebase Always submit strategy on Gerrit
----------------------------------------------
Key: OVIRT-1296
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1296
Project: oVirt - virtualization made easy
Issue Type: Improvement
Reporter: Evgheni Dereveanchin
Assignee: Evgheni Dereveanchin
Priority: Lowest
A new submit strategy was included in recent builds of Gerrit: Rebase Always.
[
Docs|https://gerrit-review.googlesource.com/Documentation/project-configu...]:
{quote}Basically, the same as Rebase If Necessary, but it creates a new patchset even if
fast forward is possible AND like Cherry Pick it ensures footers such as Change-Id,
Reviewed-On, and others are present in resulting commit that is merged.
Thus, Rebase Always can be considered similar to Cherry Pick, but with the important
distinction that Rebase Always does not ignore dependencies.{quote}
It is only available in
[
2.14|https://gerrit.googlesource.com/gerrit/+/stable-2.14/gerrit-server/s...]
while we are still at 2.12 and
[
2.13|https://gerrit.googlesource.com/gerrit/+/stable-2.13/gerrit-server/s...]
is the current stable branch.