Am Samstag, den 08.02.2014, 13:23 -0600 schrieb mrnuke:
Allow git merging. Forced cherry-picking is a PITA for almost everybody.
The patches would still go through the same review process, but once the branch is go, the entire branch gets merged at once.
Objections?
cherry-pick was chosen because it's the only mode where gerrit adds review information to the commit message.
merges could potentially provide the same (in the merge commit), but they currently don't.
Patrick