commit | 8f9e9f58e2c3ad65c30fecbc136b375e7979e7b1 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Thu May 30 10:35:24 2013 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Thu Aug 08 11:32:21 2013 +0900 |
tree | 0d3cd72c01aea0d0e7b5cf9c9d06bd382583ff0e | |
parent | 2b0889dc802835ed68e5430d1a5e12821d937422 [diff] |
Add merge validation interface Add a new MergeValidationListener interface which can be used to provide additional validation of commits before they are merged to the git repository. Add a MergeValidators class to invoke the merge validator listeners, and call it from MergeOp before the commit is merged. Add a listener to invoke validation provided by plugins. Change-Id: I325d923f5cc0245b60e86a035329b640c1682d48