Commit 094cfc29 by Edward Thomson Committed by Edward Thomson

cherrypick, revert: drop unnecessary SAFE_CREATE

parent 366e53d3
...@@ -72,7 +72,7 @@ static int cherrypick_normalize_opts( ...@@ -72,7 +72,7 @@ static int cherrypick_normalize_opts(
const char *their_label) const char *their_label)
{ {
int error = 0; int error = 0;
unsigned int default_checkout_strategy = GIT_CHECKOUT_SAFE_CREATE | unsigned int default_checkout_strategy = GIT_CHECKOUT_SAFE |
GIT_CHECKOUT_ALLOW_CONFLICTS; GIT_CHECKOUT_ALLOW_CONFLICTS;
GIT_UNUSED(repo); GIT_UNUSED(repo);
......
...@@ -73,7 +73,7 @@ static int revert_normalize_opts( ...@@ -73,7 +73,7 @@ static int revert_normalize_opts(
const char *their_label) const char *their_label)
{ {
int error = 0; int error = 0;
unsigned int default_checkout_strategy = GIT_CHECKOUT_SAFE_CREATE | unsigned int default_checkout_strategy = GIT_CHECKOUT_SAFE |
GIT_CHECKOUT_ALLOW_CONFLICTS; GIT_CHECKOUT_ALLOW_CONFLICTS;
GIT_UNUSED(repo); GIT_UNUSED(repo);
......
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