/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make git-remote a builtin
[git/git.git]
/
remote.c
diff --git
a/remote.c
b/remote.c
index
7e19372
..
f3f7375
100644
(file)
--- a/
remote.c
+++ b/
remote.c
@@
-357,7
+357,8
@@
static int handle_config(const char *key, const char *value)
remote->fetch_tags = -1;
} else if (!strcmp(subkey, ".proxy")) {
remote->http_proxy = xstrdup(value);
- }
+ } else if (!strcmp(subkey, ".skipdefaultupdate"))
+ remote->skip_default_update = 1;
return 0;
}