From: Jeff King Date: Wed, 5 Mar 2014 19:03:21 +0000 (-0500) Subject: match_explicit: hoist refspec lhs checks into their own function X-Git-Tag: v2.0.0-rc0~94^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f7ade3d36bdffe79c12b563154028f700bb8ed3d?hp=f7ade3d36bdffe79c12b563154028f700bb8ed3d match_explicit: hoist refspec lhs checks into their own function 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 Signed-off-by: Junio C Hamano ---