Commit 616cd137 by Arthur Schreiber

Don't duplicate state that's only used when fetching.

parent 40ef47dd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment