Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bisect: use new "struct argv_array" to prepare argv for "setup_revisions"
[gitweb.git]
/
remote.c
diff --git
a/remote.c
b/remote.c
index 91f748550e48653ff01042758fea88ff176788be..d66e2f3c93dc72a7112ce101278ae937cc914320 100644
(file)
--- a/
remote.c
+++ b/
remote.c
@@
-366,7
+366,7
@@
static int handle_config(const char *key, const char *value, void *cb)
}
subkey = strrchr(name, '.');
if (!subkey)
- return
error("Config with no key for remote %s", name)
;
+ return
0
;
remote = make_remote(name, subkey - name);
remote->origin = REMOTE_CONFIG;
if (!strcmp(subkey, ".mirror"))