Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
transport-helper: fix remote helper namespace regression
[gitweb.git]
/
transport-helper.c
diff --git
a/transport-helper.c
b/transport-helper.c
index 92174095eda4f2446f97bdb2854e533080c0c834..6cd0be90e0a4e6d377004d8dbf37ae9f254640f4 100644
(file)
--- a/
transport-helper.c
+++ b/
transport-helper.c
@@
-701,7
+701,7
@@
static int push_update_ref_status(struct strbuf *buf,
(*ref)->status = status;
(*ref)->remote_status = msg;
- return
0
;
+ return
!(status == REF_STATUS_OK)
;
}
static void push_update_refs_status(struct helper_data *data,