]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
Use a function to determine whether a remote is valid
authorDaniel Barkalow <barkalow@iabervon.org>
Wed, 18 Nov 2009 01:42:23 +0000 (02:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2009 05:45:44 +0000 (21:45 -0800)
commit0a4da29dd806bca41cc615961d034b5a5fc30ff7
treedb56a1ee173bc91804bb8f572547004538aee6a7
parentfb0cc87ec0f1e9c13b27ea2c89127991d44ed3d3
Use a function to determine whether a remote is valid

Currently, it only checks url, but it will allow other things in the future.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c