]> git.ipfire.org Git - thirdparty/git.git/commit
git-request-pull: open-code the only invocation of get_remote_url
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 1 Mar 2011 09:21:37 +0000 (10:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Mar 2011 20:26:58 +0000 (12:26 -0800)
commit1a92777504afc09e071d7d828e084e6a4dadfce2
tree81478998977e632cbb878a87401e9380bc0b837f
parent45781adb9a89c0c47f61ccf8062be26b86a38a54
git-request-pull: open-code the only invocation of get_remote_url

So sh:get_remote_url can go now and git-request-pull
doesn't need to source git-parse-remote. anymore.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-parse-remote.sh
git-request-pull.sh