If we set 'Allow content merges' back to true, Gerrit's cherry-pick will succeed. But we expect it to work when it's false.
I look through the gerrit issue list, and find Issue 3533. But no further comments since Aug 17. The last comment says 'Labels: Priority-3'.
Thanks for your reply.
If we set 'Allow content merges' back to true, Gerrit's cherry-pick will succeed. But we expect it to work when it's false.
I look through the gerrit issue list, and find Issue 3533. But no further comments since Aug 17. The last comment says 'Labels: Priority-3'.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Mon, Nov 7, 2016 at 4:15 PM <everni...@hotmail.com> wrote:Thanks for your reply.
If we set 'Allow content merges' back to true, Gerrit's cherry-pick will succeed. But we expect it to work when it's false.
When 'Allow content merges' is disabled, gerrit will not merge anything that requires a content merge.
In other words, if another commit was submitted that touches the same file(s) as your commit, the merge (or in this case the cherry-pick) will fail, even if there is not actually any conflict.
I look through the gerrit issue list, and find Issue 3533. But no further comments since Aug 17. The last comment says 'Labels: Priority-3'.
--
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
On Mon, Nov 7, 2016 at 4:15 PM <everni...@hotmail.com> wrote:Thanks for your reply.
If we set 'Allow content merges' back to true, Gerrit's cherry-pick will succeed. But we expect it to work when it's false.
When 'Allow content merges' is disabled, gerrit will not merge anything that requires a content merge. In other words, if another commit was submitted that touches the same file(s) as your commit, the merge (or in this case the cherry-pick) will fail, even if there is not actually any conflict.
--use-content-merge
If enabled, Gerrit will try to perform a 3-way merge of text file content when a file has been modified by both the destination branch and the change being submitted. This option only takes effect if submit type is not FAST_FORWARD_ONLY. Disabled by default.