fetch: Give remote_ref to update_local_ref() as well
commit6da618d5c2ae95f08c9a24d0cce2d5d93b60cfbe
authorMarc Branchaud <marcnarc@xiplink.com>
Mon, 16 Apr 2012 22:08:49 +0000 (16 18:08 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Apr 2012 15:25:44 +0000 (17 08:25 -0700)
tree4ee3c60c5f539b05b71459c2c0a21fb1ea48c44a
parent6eab5f2f14806cf6a7b665d96766a59c13a41f4b
fetch: Give remote_ref to update_local_ref() as well

This way, the function can look at the remote side to adjust the
informational message it gives.

Signed-off-by: Marc Branchaud <marcnarc@xiplink.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c