File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 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) {
228228// / options - A dictionary consisting of the options:
229229// / `GTRepositoryCloneOptionsTransportFlags`,
230230// / `GTRepositoryCloneOptionsBare`,
231- // / `GTRepositoryCloneCheckoutOptions`,
231+ // / `GTRepositoryCloneOptionsPerformCheckout`,
232+ // / `GTRepositoryCloneOptionsCheckoutOptions`,
232233// / `GTRepositoryCloneOptionsCredentialProvider`,
233234// / `GTRepositoryCloneOptionsCloneLocal`,
234235// / `GTRepositoryCloneOptionsServerCertificateURL`
235236// / error - A pointer to fill in case of trouble.
236237// / transferProgressBlock - This block is called with network transfer updates.
237238// / May be NULL.
238- // / checkoutProgressBlock - This block is called with checkout updates
239- // / (if `GTRepositoryCloneOptionsCheckout` is YES).
240239// / May be NULL.
241240// /
242241// / 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