Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tag: don't warn if target is missing but promised
[gitweb.git]
/
builtin
/
send-pack.c
diff --git
a/builtin/send-pack.c
b/builtin/send-pack.c
index 7c34bf467ed2b7dc4d9753348b410a1b2e808151..4923b1058c667bd45282c0930e1089594a3f4731 100644
(file)
--- a/
builtin/send-pack.c
+++ b/
builtin/send-pack.c
@@
-275,7
+275,7
@@
int cmd_send_pack(int argc, const char **argv, const char *prefix)
flags |= MATCH_REFS_MIRROR;
/* match them up */
- if (match_push_refs(local_refs, &remote_refs,
rs.raw_nr, rs.raw
, flags))
+ if (match_push_refs(local_refs, &remote_refs,
&rs
, flags))
return -1;
if (!is_empty_cas(&cas))