Skip to content

Commit a078654

Browse files
author
Rob Rix
committed
There is no longer any such checkout strategy as safe create.
1 parent c97e29c commit a078654

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ObjectiveGit/GTRepository.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
typedef NS_OPTIONS(NSInteger, GTCheckoutStrategyType) {
5858
GTCheckoutStrategyNone = GIT_CHECKOUT_NONE,
5959
GTCheckoutStrategySafe = GIT_CHECKOUT_SAFE,
60-
GTCheckoutStrategySafeCreate = GIT_CHECKOUT_SAFE_CREATE,
6160
GTCheckoutStrategyForce = GIT_CHECKOUT_FORCE,
6261
GTCheckoutStrategyAllowConflicts = GIT_CHECKOUT_ALLOW_CONFLICTS,
6362
GTCheckoutStrategyRemoveUntracked = GIT_CHECKOUT_REMOVE_UNTRACKED,

0 commit comments

Comments
 (0)