commit | e13b65d8d58364148540bd273c6e983ea2bc8d9d | [log] [tgz] |
---|---|---|
author | Bruce Zu <bruce.zu@sonymobile.com> | Wed Jul 30 14:50:01 2014 +0800 |
committer | Bruce Zu <bruce.zu@sonymobile.com> | Mon Sep 01 17:24:47 2014 +0800 |
tree | 7d6b9d2578b36042628a838bf32adf5afce11d5c | |
parent | 0ff53a4a4272b572c6fc7d880a15ef8290e7d7f1 [diff] |
Limit max number of changes pushed in a batch. 'receive.maxBatchChanges' is the maximum number of changes that Gerrit allows to be pushed in a batch for review. When it is exceeded Gerrit rejects the push with an error message. This setting can be used to prevent users from uploading large number of changes by mistake, e.g. when pushing deliveries from external git repositories. Default is zero, no limit. Change-Id: Ib9821190d3c88ac9a2efbb552e21c257165a9443