Merge branch 'jc/fetch-ignore-symref' into maint
authorJunio C Hamano <gitster@pobox.com>
Sat, 12 Jan 2013 00:45:44 +0000 (16:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Jan 2013 00:45:44 +0000 (16:45 -0800)
"git fetch --mirror" and fetch that uses other forms of refspec with
wildcard used to attempt to update a symbolic ref that match the
wildcard on the receiving end, which made little sense (the real ref
that is pointed at by the symbolic ref would be updated anyway).

Symbolic refs no longer are affected by such a fetch.

* jc/fetch-ignore-symref:
  fetch: ignore wildcarded refspecs that update local symbolic refs

1  2 
remote.c

diff --cc remote.c
Simple merge