author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 19 Sep 2007 04:49:27 +0000 (00:49 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 19 Sep 2007 10:22:31 +0000 (03:22 -0700) | ||
commit | 28b91f8ad9e4791b5c35ca6bffbb78725b4e5bbf | |
tree | 4c33b200fefb30c28f9db4f11c19efb02ce81cde | tree | snapshot |
parent | bbaf4584286657582a92d5bb4038a5a06654ebb1 | commit | diff |
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 <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c | diff | blob | history | |
builtin-push.c | diff | blob | history | |
remote.c | diff | blob | history | |
remote.h | diff | blob | history | |
send-pack.c | diff | blob | history |