send-pack: do not send out single-level refs such as refs/stash
authorJeff King <peff@peff.net>
Wed, 29 Oct 2008 05:17:55 +0000 (05:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Nov 2008 06:48:39 +0000 (23:48 -0700)
Since no version of receive-pack accepts these "funny refs", we should
mirror the check when considering the list of refs to send. IOW, don't
even make them eligible for matching or mirroring.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found