I'm making a tool for 'merge change' (e.g the change created by git merge command). It's easy to get it by using git merge-base command.
git merge
git merge-base
But the problem is, how to get such info by Gerrit RestAPI. I don't want to download the whole repo and use git command to do it
1.4m articles
1.4m replys
5 comments
57.0k users