]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport-helper.c
t1405: check for_each_reflog_ent_reverse() more thoroughly
[thirdparty/git.git] / transport-helper.c
index e8dbdd115309c860d8c458379fef07ac0af37c3b..a0297b0986c62e7a6e8f8951071ed5ea9da2640b 100644 (file)
@@ -845,6 +845,10 @@ static int push_update_ref_status(struct strbuf *buf,
                        forced = 1;
                        FREE_AND_NULL(msg);
                }
+               else if (!strcmp(msg, "expecting report")) {
+                       status = REF_STATUS_EXPECTING_REPORT;
+                       FREE_AND_NULL(msg);
+               }
        }
 
        if (state->hint)