File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -228,15 +228,14 @@ typedef NS_ENUM(NSInteger, GTRepositoryStateType) {
228
228
// / options - A dictionary consisting of the options:
229
229
// / `GTRepositoryCloneOptionsTransportFlags`,
230
230
// / `GTRepositoryCloneOptionsBare`,
231
- // / `GTRepositoryCloneCheckoutOptions`,
231
+ // / `GTRepositoryCloneOptionsPerformCheckout`,
232
+ // / `GTRepositoryCloneOptionsCheckoutOptions`,
232
233
// / `GTRepositoryCloneOptionsCredentialProvider`,
233
234
// / `GTRepositoryCloneOptionsCloneLocal`,
234
235
// / `GTRepositoryCloneOptionsServerCertificateURL`
235
236
// / error - A pointer to fill in case of trouble.
236
237
// / transferProgressBlock - This block is called with network transfer updates.
237
238
// / May be NULL.
238
- // / checkoutProgressBlock - This block is called with checkout updates
239
- // / (if `GTRepositoryCloneOptionsCheckout` is YES).
240
239
// / May be NULL.
241
240
// /
242
241
// / returns nil (and fills the error parameter) if an error occurred, or a GTRepository object if successful.
You can’t perform that action at this time.
0 commit comments