We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db23293 commit ae32370Copy full SHA for ae32370
ObjectiveGit/GTBranch.h
@@ -61,15 +61,13 @@ NS_ASSUME_NONNULL_BEGIN
61
/// Designated initializer.
62
///
63
/// ref - The branch reference to wrap. Must not be nil.
64
-/// repo - The repository containing the branch. Must not be nil.
65
66
/// Returns the initialized receiver.
67
- (nullable instancetype)initWithReference:(GTReference *)ref NS_DESIGNATED_INITIALIZER;
68
69
/// Convenience class initializer.
70
71
72
73
74
/// Returns an initialized instance.
75
+ (nullable instancetype)branchWithReference:(GTReference *)ref;
0 commit comments