Skip to content
Prev Previous commit
Next Next commit
GTCommit typed collections
  • Loading branch information
JrGoodle committed Sep 19, 2015
commit 0baccf4c7ce5a59cc6b8d82c2d8dafc028e7d4c2
2 changes: 1 addition & 1 deletion ObjectiveGit/GTCommit.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NS_ASSUME_NONNULL_BEGIN

@property (nonatomic, readonly, strong, nullable) GTSignature *author;
@property (nonatomic, readonly, strong, nullable) GTSignature *committer;
@property (nonatomic, readonly, copy) NSArray *parents;
@property (nonatomic, readonly, copy) NSArray<GTCommit *> *parents;
@property (nonatomic, readonly, nullable) NSString *message;
@property (nonatomic, readonly) NSString *messageDetails;
@property (nonatomic, readonly) NSString *messageSummary;
Expand Down