]
Barak Korren updated OVIRT-1288:
--------------------------------
Summary: Find out why Gerrit always fails re-basing when trying to submit more then 3
changes at once (was: Find out why Gerti always failes rebasing when trying to submit
more then 3 changes at once)
Find out why Gerrit always fails re-basing when trying to submit more
then 3 changes at once
--------------------------------------------------------------------------------------------
Key: OVIRT-1288
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1288
Project: oVirt - virtualization made easy
Issue Type: Improvement
Components: Gerrit/git
Reporter: Barak Korren
Assignee: infra
Gerrit has a feature where if you have multiple dependant patches, and they all have all
the flags properly set, the submit button for changes with unmerged dependencies becomes
'Submit including parents' and lets you submit a whole set of changes at once.
I've found out that of you have more then 3 dependent changes in a chain, Gerrit will
always fail submitting the 4th change and claim there is a rebase conflict, even when
there is none.
This sounds like an artificial limitation, and we need to at least know where it comes
from. And consider removing it.