diff options
| author | Patrick Steinhardt <ps@pks.im> | 2023-05-17 13:48:51 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-05-17 09:55:33 -0700 |
| commit | d1adf85b0a21ea6575b145959c53e7d5e4a0cba4 (patch) | |
| tree | f56700e162118edcbe1eddfe99687ca752883ef5 /builtin/commit.c | |
| parent | fetch: drop unneeded NULL-check for `remote_ref` (diff) | |
| download | git-d1adf85b0a21ea6575b145959c53e7d5e4a0cba4.tar.gz git-d1adf85b0a21ea6575b145959c53e7d5e4a0cba4.zip | |
fetch: pass through `fetch_config` directly
The `fetch_config` structure currently only has a single member, which
is the `display_format`. We're about extend it to contain all parsed
config values and will thus need it available in most of the code.
Prepare for this change by passing through the `fetch_config` directly
instead of only passing its single member.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
