Merge "Initialize the submodule commit message buffer"
This commit is contained in:
@@ -202,6 +202,9 @@ public class SubmoduleOp {
|
|||||||
if (!subscribers.isEmpty()) {
|
if (!subscribers.isEmpty()) {
|
||||||
String msgbuf = msg;
|
String msgbuf = msg;
|
||||||
if (msgbuf == null) {
|
if (msgbuf == null) {
|
||||||
|
// Initialize the message buffer
|
||||||
|
msgbuf = "";
|
||||||
|
|
||||||
// The first updatedBranch on a cascade event of automatic
|
// The first updatedBranch on a cascade event of automatic
|
||||||
// updates of repos is added to updatedSubscribers set so
|
// updates of repos is added to updatedSubscribers set so
|
||||||
// if we face a situation having
|
// if we face a situation having
|
||||||
|
Reference in New Issue
Block a user