From: Shawn O. Pearce Date: Wed, 19 Sep 2007 04:49:27 +0000 (-0400) Subject: Rename remote.uri to remote.url within remote handling internals X-Git-Tag: v1.5.4-rc0~325^2~23 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/28b91f8ad9e4791b5c35ca6bffbb78725b4e5bbf?ds=inline;hp=28b91f8ad9e4791b5c35ca6bffbb78725b4e5bbf Rename remote.uri to remote.url within remote handling internals Anyplace we talk about the address of a remote repository we always refer to it as a URL, especially in the configuration file and .git/remotes where we call it "remote.$n.url" or start the first line with "URL:". Calling this value a uri within the internal C code just doesn't jive well with our commonly accepted terms. Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---