Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revert: free msg in format_todo()
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index 5d01be93440cdb343379fe0b05ff9155727f125c..edd553b7f69ed92fde301966e605e7562703718a 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-1869,8
+1869,8
@@
int main(int argc, char **argv)
}
/* match them up */
- if (match_refs(local_refs, &remote_refs,
- nr_refspec, (const char **) refspec, push_all)) {
+ if (match_
push_
refs(local_refs, &remote_refs,
+
nr_refspec, (const char **) refspec, push_all)) {
rc = -1;
goto cleanup;
}