commit | 8770e6fbb28dffdf9e00d05365120e438d3d236f | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu May 21 00:45:23 2015 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu May 21 11:04:10 2015 -0700 |
tree | 52ccef47c493627d37ecca02815ff567c9863a2c | |
parent | da66b2743cf7244e52c4b9d91646b782cd4f7eeb [diff] |
remote.c: hoist read_config into remote_get_1 Before the previous commit, we had to make sure that read_config() was called before entering remote_get_1, because we needed to pass pushremote_name by value. But now that we pass a function, we can let remote_get_1 handle loading the config itself, turning our wrappers into true one-liners. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>