Hi All,
We are using cherry-pick strategy in gerrit, when we push multiple patches including some merge commits.
I found every time, when a change got submitted (cherry-picked), following merge commits must be rebased (re-merged) manually and upload again.
Is that possible that gerrit can support a server side re-merge based on the new parent commit that generated by cherry-pick? If new parents and old parents contains same tree sha1? I think all the necessary information already in the gerrit db to do that?