commit | f7ade3d36bdffe79c12b563154028f700bb8ed3d | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Wed Mar 05 14:03:21 2014 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Mar 05 13:23:26 2014 -0800 |
tree | 39ab85638fc9d27b45a70504960a1f2c38240a2f | |
parent | 5f95c9f850b19b368c43ae399cc831b17a26a5ac [diff] |
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>