Replies: 2 comments 2 replies
|
I don't have a lot of experience with Gerrit, but I thought it essentially avoided merges because it cherry picks your changes into the target branch when it's submitted. The merge commit being empty means there's nothing in it to review (there are no conflict resolutions in it), so why do you need to submit that to Gerrit? |
2 replies
|
I have also run into this, are there any solutions or do I just have to use git? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When attempting to upload a merge commit to Gerrit, I get the following error:
jj/cli/src/commands/gerrit/upload.rs
Lines 220 to 231 in aa2f1be
I saw that the check was added in a commit written by @thoughtpolice (thanks btw, I've been following the progress since your first PR and it's great to finally have Gerrit support in Jujutsu!!).
Do you think we could be able to relax this condition? I don't know if it's simply to warn the user of a possible unintended upload, or if there is something else that I'm missing.
Thanks in advance! :)
All reactions