diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-03-01 10:21:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-02 12:26:53 -0800 |
commit | 45781adb9a89c0c47f61ccf8062be26b86a38a54 (patch) | |
tree | 997eb4ee64dfa2af2dcbdf8e408fb3beb796f2ac /builtin/tag.c | |
parent | Git 1.7.4 (diff) | |
download | tgif-45781adb9a89c0c47f61ccf8062be26b86a38a54.tar.xz |
get_remote_url(): use the same data source as ls-remote to get remote urls
The formerly implemented algorithm behaved differently to
remote.c:remote_get() at least for remotes that contain a slash. While the
former just assumes a/b is a path the latter checks the config for
remote."a/b" first which is more reasonable.
This removes the last user of git-parse-remote.sh:get_data_source(), so
this function is removed.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/tag.c')
0 files changed, 0 insertions, 0 deletions