diff options
-rw-r--r-- | src/checkout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/checkout.c b/src/checkout.c index f11ab8d46..5b1f6cdcc 100644 --- a/src/checkout.c +++ b/src/checkout.c @@ -246,6 +246,8 @@ static int checkout_action_no_wd( *action = CHECKOUT_ACTION_IF(SAFE, UPDATE_BLOB, NONE); break; case GIT_DELTA_DELETED: /* case 8 or 25 */ + *action = CHECKOUT_ACTION__REMOVE; + break; default: /* impossible */ break; } |