My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  New
Owner:  ----


Sign in to add a comment
 
Reported by sparc...@googlemail.com, Jan 9 (2 days ago)
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
Related Gerrit and Repo discussion thread (with screenshots): 
https://groups.google.com/forum/#!topic/repo-discuss/kb3B02XZbpI
Jan 9 (46 hours ago)
#2 sparc...@googlemail.com
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

Powered by Google Project Hosting