when doing code reviews, noticed cherry-picking patch through gerrit web ui throws merge conflicts, whereas if locally on machine, works fine. so, wondering if git version running on gerrit older 1 have on system. how can find out git version running on gerrit? there can (for instance, submitting patch includes command catch git version running on git server, or that) find out?
gerrit uses jgit pure java library git implementation.
to know jgit version gerrit using, see gerrit release notes, example: gerrit 2.12 release notes
Comments
Post a Comment