Make git-remote a builtin

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Schindelin
2008-02-29 01:45:45 +00:00
committed by Junio C Hamano
parent 4704640b61
commit 211c89682e
8 changed files with 556 additions and 4 deletions

View File

@ -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;
}