copy_ref 515 builtin/clone.c struct ref *head = copy_ref(find_ref_by_name(refs, "HEAD")); copy_ref 527 builtin/clone.c remote_head = copy_ref(find_remote_branch(refs, option_branch)); copy_ref 577 fetch-pack.c *newtail = copy_ref(ref); copy_ref 990 remote.c cpy->peer_ref = copy_ref(ref->peer_ref); copy_ref 999 remote.c *tail = copy_ref(ref); copy_ref 1256 remote.c copy_ref(matched_src); copy_ref 1414 remote.c dst_ref->peer_ref = copy_ref(ref); copy_ref 1524 remote.c dst_peer->peer_ref = copy_ref(ref); copy_ref 1864 remote.c struct ref *cpy = copy_ref(ref); copy_ref 1895 remote.c return copy_ref(ref); copy_ref 2216 remote.c return copy_ref(find_ref_by_name(refs, head->symref)); copy_ref 2222 remote.c return copy_ref(r); copy_ref 2230 remote.c *tail = copy_ref(r); copy_ref 133 remote.h struct ref *copy_ref(const struct ref *ref);