Merge branch 'jc/match-refs-clarify'
* jc/match-refs-clarify: rename "match_refs()" to "match_push_refs()" send-pack: typofix error message
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user