]> git.proxmox.com Git - libgit2.git/commit
remote: get rid of git_remote_valid_url()
authorCarlos Martín Nieto <cmn@dwim.me>
Sun, 31 Aug 2014 15:16:40 +0000 (17:16 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Sun, 31 Aug 2014 19:50:28 +0000 (21:50 +0200)
commitba67c0752269ba06523fe7f5fa350e6328b20241
treeecf846c692758ef9446cc29b148111ee168bcdc2
parentbd3854a09c9bd4196cf280108d3f6286ee6de258
remote: get rid of git_remote_valid_url()

It does the same as git_remote_supported_url() but has a name which
implies we'd check the URL for correctness while we're simply looking at
the scheme and looking it up in our lists.

While here, fix up the tests so we check all the combination of what's
supported.
include/git2/remote.h
src/transport.c
tests/network/remote/remotes.c