diff options
author | Jeff King <peff@peff.net> | 2022-09-08 15:24:21 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-08 13:10:32 -0700 |
commit | 080bc4990f56f9d0687919e5136cb138509f1269 (patch) | |
tree | 34e8c88a9d129b2d51bee46cc58e22ad4148c0fd /t/t9133-git-svn-nested-git-repo.sh | |
parent | ac8035a2affdf30f2c691ad760826d955bba0507 (diff) |
fetch: stop checking for NULL transport->remote in do_fetch()
This field will never be NULL; if it were, we'd segfault earlier in the
function when we unconditionally check transport->remote->fetch_tags.
Likewise, many other functions dereference it unconditionally.
This is a small simplification, but it will make things easier as we
extend this conditional in the next patch.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9133-git-svn-nested-git-repo.sh')
0 files changed, 0 insertions, 0 deletions