File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ extern NSString * const GTRepositoryInitOptionsOriginURLString;
280
280
// / Move HEAD reference safely, since deleting and recreating HEAD is always wrong.
281
281
// /
282
282
// / commit - The commit which HEAD should point to.
283
- // / error - If not NULL, set to any error that occurs.
283
+ // / error - If not NULL, set to any error that occurs.
284
284
// /
285
285
// / Returns NO if an error occurs.
286
286
- (BOOL )moveHEADToCommit : (GTCommit *)commit error : (NSError **)error ;
@@ -302,7 +302,7 @@ extern NSString * const GTRepositoryInitOptionsOriginURLString;
302
302
// / Get branches with names sharing a given prefix.
303
303
// /
304
304
// / prefix - The prefix to use for filtering. Must not be nil.
305
- // / error - If not NULL, set to any error that occurs.
305
+ // / error - If not NULL, set to any error that occurs.
306
306
// /
307
307
// / Returns an array of GTBranches or nil if an error occurs.
308
308
- (nullable NSArray <GTBranch *> *)branchesWithPrefix : (NSString *)prefix error : (NSError **)error ;
You can’t perform that action at this time.
0 commit comments