mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-27 21:57:07 +00:00
merge perf test: drop unnecessary SAFE_CREATE
This commit is contained in:
parent
094cfc2904
commit
5cbe950fb8
@ -26,7 +26,7 @@ void perf__do_merge(const char *fixture,
|
||||
|
||||
perf__timer__start(&t_total);
|
||||
|
||||
checkout_opts.checkout_strategy = GIT_CHECKOUT_SAFE_CREATE;
|
||||
checkout_opts.checkout_strategy = GIT_CHECKOUT_SAFE;
|
||||
clone_opts.checkout_opts = checkout_opts;
|
||||
cl_git_pass(git_signature_now(&clone_opts.signature, "Me", "foo@example.com"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user