diff options
author | Jeff King <peff@peff.net> | 2015-05-21 00:45:23 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-21 11:04:10 -0700 |
commit | 8770e6fbb28dffdf9e00d05365120e438d3d236f (patch) | |
tree | 52ccef47c493627d37ecca02815ff567c9863a2c /Documentation/git-read-tree.txt | |
parent | remote.c: provide per-branch pushremote name (diff) | |
download | tgif-8770e6fbb28dffdf9e00d05365120e438d3d236f.tar.xz |
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>
Diffstat (limited to 'Documentation/git-read-tree.txt')
0 files changed, 0 insertions, 0 deletions