#import <GITCommit.h>
Inherits GITObject.

Properties | |
| GITTree * | tree |
| GITCommit * | parent |
| GITActor * | author |
| GITActor * | committer |
| GITDateTime * | authored |
| GITDateTime * | committed |
| NSString * | message |
- (GITActor *) author [read, copy] |
- (GITDateTime *) authored [read, copy] |
- (GITDateTime *) committed [read, copy] |
- (GITActor *) committer [read, copy] |
- (NSString *) message [read, copy] |
- (GITCommit *) parent [read, copy] |
- (GITTree *) tree [read, copy] |
1.5.7