commit 48ab7ce82785a226cebf6f4acdf7746c64b3dc67 Author: Martin Fick Date: Fri Oct 2 12:57:47 2020 -0600 Update git submodules * Update plugins/replication from branch 'master' to 98606eda4a2ea11c523ee982c9def6b7fdad20e0 - Use an Optional in list() Using an Optional is safer than using nulls, and made it easy to also fix the list() API to simply skip things that aren't present instead of making the API users do that. Add methods to ReplicateRefUpdate to create the Optional instead of creating them inside the list() method; this helps separate concerns better. Change-Id: Ib04a59be49d85b289d7dd94b9f2427819324153c diff --git a/plugins/replication b/plugins/replication index 7ad27c7..98606ed 160000 --- a/plugins/replication +++ b/plugins/replication @@ -1 +1 @@ -Subproject commit 7ad27c7ac49731e70dd5ad3691b0b410492792f0 +Subproject commit 98606eda4a2ea11c523ee982c9def6b7fdad20e0