#import <GITActor.h>
Public Member Functions | |
| (id) | - initWithName: |
| (id) | - initWithName:andEmail: |
Properties | |
| NSString * | name |
| Name of the actor. | |
| NSString * | |
| Email address of the actor. | |
git config user.name git config user.email
For internal use only.
Presently only used by Tag and Commit objects.
| - (id) initWithName: | (NSString*) | theName |
Creates and returns an actor object with the provided name. The created actor object will have an email address of nil.
| theName | The name of the actor to create. |
| - (id) initWithName: | (NSString*) | theName | ||
| andEmail: | (NSString*) | theEmail | ||
Creates and returns an actor object with the provided name and email.
| theName | The name of the actor. | |
| theEmail | The email address of the actor. |
- (NSString *) email [read, copy] |
Email address of the actor.
- (NSString *) name [read, copy] |
Name of the actor.
1.5.7