gerrit/plugins
David Pursehouse fa6db3977d Update git submodules
* Update plugins/hooks from branch 'stable-2.14'
  - RefUpdate: Protect against null ObjectId in ReceiveCommand
    
    RefUpdate's onRefOperation method is invoked by RefOperationValidators
    for every registered RefOperationValidationListener.
    
    If one of those listeners passes a RefReceivedEvent that contains an
    instance of ReceiveCommand that was initialized with null old or
    new ObjectId, this results in a NullPointerException when the ObjectId
    is dereferenced to get the name.
    
    Protect against such misbehaving validators by translating any null
    instance to ObjectId.zeroId().
    
    Change-Id: Ib9399c2351af20b23f8c4481c7b067f3a4dcb688
2017-09-22 01:25:25 +00:00
..
commit-message-length-validator@07b5f220ec Update git submodules 2017-02-22 01:01:24 +00:00
download-commands@8357e942dd Merge "Format all Java files with google-java-format" 2017-02-07 03:31:04 +00:00
hooks@9805b6717b Update git submodules 2017-09-22 01:25:25 +00:00
replication@ff270c13e4 Update git submodules 2017-09-13 23:20:47 +00:00
reviewnotes@7070ce2252 Update git submodules 2017-03-03 08:46:31 +00:00
singleusergroup@570b6e287a Merge "Format all Java files with google-java-format" 2017-02-07 03:31:04 +00:00
BUILD Add CUSTOM_PLUGINS to plugins build 2017-02-28 18:14:01 +09:00
external_plugin_deps.bzl Allow plugins to contribute external workspace deps 2017-01-26 20:39:45 +00:00