]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
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)
commitf7ade3d36bdffe79c12b563154028f700bb8ed3d
tree39ab85638fc9d27b45a70504960a1f2c38240a2f
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac
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>
remote.c