push: further clean up fields of "struct ref"
[gitweb.git] / transport.c
index 2673d273ff3aa5530ee57e8a3916bbbbc802466d..585ebcd2bffd6c113145bf47c7bd11989905fc66 100644 (file)
@@ -659,7 +659,7 @@ static void print_ok_ref_status(struct ref *ref, int porcelain)
                const char *msg;
 
                strcpy(quickref, status_abbrev(ref->old_sha1));
-               if (ref->requires_force) {
+               if (ref->forced_update) {
                        strcat(quickref, "...");
                        type = '+';
                        msg = "forced update";