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 52614e1 commit 93ce73bCopy full SHA for 93ce73b
ObjectiveGit/GTRepository+References.h
@@ -12,6 +12,12 @@
12
13
@interface GTRepository (References)
14
15
+/// Look up a reference by name.
16
+///
17
+/// name - The name of the reference to look up. Cannot be nil.
18
+/// error - The error if one occurs. May be NULL.
19
20
+/// Returns the reference or nil if look up failed.
21
- (GTReference *)lookUpReferenceWithName:(NSString *)name error:(NSError **)error;
22
23
@end
0 commit comments