match_explicit: hoist refspec lhs checks into their own function
authorJeff King <peff@peff.net>
Wed, 5 Mar 2014 19:03:21 +0000 (14:03 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2014 21:23:26 +0000 (13:23 -0800)
In preparation for being able to check the left-hand side of
our push refspecs separately, this pulls the examination of
them out into its own function. There should be no behavior
change.

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