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:
Junio C Hamano
2011-10-21 16:04:35 -07:00
6 changed files with 18 additions and 15 deletions

View File

@ -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;
}