Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: further clean up fields of "struct ref"
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index 2673d273ff3aa5530ee57e8a3916bbbbc802466d..585ebcd2bffd6c113145bf47c7bd11989905fc66 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-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_forc
e) {
+ if (ref->
forced_updat
e) {
strcat(quickref, "...");
type = '+';
msg = "forced update";