mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 15:52:02 +00:00
Don't duplicate state that's only used when fetching.
This commit is contained in:
parent
40ef47dd46
commit
616cd13757
@ -272,7 +272,6 @@ int git_remote_dup(git_remote **dest, const git_remote *source)
|
||||
}
|
||||
|
||||
remote->repo = source->repo;
|
||||
remote->need_pack = source->need_pack;
|
||||
remote->download_tags = source->download_tags;
|
||||
remote->check_cert = source->check_cert;
|
||||
remote->update_fetchhead = source->update_fetchhead;
|
||||
|
Loading…
Reference in New Issue
Block a user