OSDN Git Service

Merge branch 'jk/push-delete-ref-error-message' into maint
authorJunio C Hamano <gitster@pobox.com>
Sun, 22 Jul 2012 20:04:25 +0000 (13:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Jul 2012 20:04:25 +0000 (13:04 -0700)
The error message from "git push $there :bogo" (and its equivalent
"git push $there --delete bogo") mentioned that we tried and failed
to guess what ref is being deleted based on the LHS of the refspec,
which we don't.

* jk/push-delete-ref-error-message:
  push: don't guess at qualifying remote refs on deletion

1  2 
remote.c

diff --cc remote.c
Simple merge