| Issue 3760: | Gerrit 2.12 UI related changes not shown for merge commits | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version: 2.12 What steps will reproduce the problem? 1. Create a Repo with 2 branches (e.g. master + test) 2. Alter one repo branch (e.g. add new file to master) and merge this change. 3. Issue a branch merge commit to Gerrit to synchronize the branches (e.g. master -> test): Example how to create a merge commit (branch master into test): git clone http://admin@gerrit-server:8080/reponame --branch master cd reponame git checkout -b test origin/test git merge --no-ff origin/master git commit --amend scp -p -P 29418 admin@gerrit-server/hooks/commit-msg .git/hooks/ git push origin HEAD:refs/for/test What is the expected output? What do you see instead? The "related changes" section on the change review UI is not visible after pushing the change to Gerrit. Please provide any additional information below. The "related changes" section is visible when using Gerrit 2.11.5.
Jan 9 (2 days ago)
#1
sparc...@googlemail.com
Jan 9 (2 days ago)
Worth mentioning ... I expect to be able to see the related changes after submitting a merge commit (just like in older versions). |
|
| ► Sign in to add a comment |