Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rename remote.uri to remote.url within remote handling internals
[gitweb.git]
/
builtin-fetch.c
diff --git
a/builtin-fetch.c
b/builtin-fetch.c
index b9722e5fbd1c727c258d3efe07923d0c99c3f250..997a8ff954de919c35140b1523663d78176599c5 100644
(file)
--- a/
builtin-fetch.c
+++ b/
builtin-fetch.c
@@
-530,7
+530,7
@@
int cmd_fetch(int argc, const char **argv, const char *prefix)
else
remote = remote_get(argv[i++]);
- transport = transport_get(remote, remote->ur
i
[0]);
+ transport = transport_get(remote, remote->ur
l
[0]);
if (verbose >= 2)
transport->verbose = 1;
if (quiet)