mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add in left-out (id) return labels to some methods in PBGitCommit.
This commit is contained in:
committed by
Nathan Kinsinger
parent
71c0f30ae5
commit
10149fc5f3
+4
-4
@@ -34,11 +34,11 @@ extern NSString * const kGitXCommitType;
|
||||
PBGitRepository* repository;
|
||||
}
|
||||
|
||||
+ commitWithRepository:(PBGitRepository*)repo andSha:(git_oid)newSha;
|
||||
- initWithRepository:(PBGitRepository *)repo andSha:(git_oid)sha;
|
||||
+ (id) commitWithRepository:(PBGitRepository*)repo andSha:(git_oid)newSha;
|
||||
- (id) initWithRepository:(PBGitRepository *)repo andSha:(git_oid)sha;
|
||||
|
||||
- (void)addRef:(PBGitRef *)ref;
|
||||
- (void)removeRef:(id)ref;
|
||||
- (void) addRef:(PBGitRef *)ref;
|
||||
- (void) removeRef:(id)ref;
|
||||
- (BOOL) hasRef:(PBGitRef *)ref;
|
||||
|
||||
- (NSString *)realSha;
|
||||
|
||||
Reference in New Issue
Block a user