Method | Description | |
---|---|---|
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
PersonIdent ( |
Copy a PersonIdent.
|
|
PersonIdent ( |
Copy a PersonIdent, but alter the clone's time stamp
|
|
PersonIdent ( |
Copy a PersonIdent, but alter the clone's time stamp
|
|
PersonIdent ( |
Copy a PersonIdent, but alter the clone's time stamp
|
|
PersonIdent ( |
Creates new PersonIdent from config info in repository, with current time. This new PersonIdent gets the info from the default committer as available from the configuration.
|
|
PersonIdent ( string str ) : System |
Construct a PersonIdent from a string with full name, email, time time zone string. The input string must be valid.
|
|
PersonIdent ( string name, string emailAddress ) : System |
Construct a new PersonIdent with current time.
|
|
PersonIdent ( string name, string emailAddress, System.DateTime when, int tz ) : System |
Construct a PersonIdent from simple data
|
|
PersonIdent ( string name, string emailAddress, long when, int tz ) : System |
Construct a PersonIdent
|
|
ToExternalString ( ) : string |
Format for Git storage.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
appendTimezone ( StringBuilder r ) : void |
public PersonIdent ( |
||
pi | Original |
|
return | System |
public PersonIdent ( |
||
pi | Original |
|
when | System.DateTime | Local date time in milliseconds (since Epoch). |
return | System |
public PersonIdent ( |
||
pi | Original |
|
when | System.DateTime | Local date time in milliseconds (since Epoch). |
tz | int | Time zone offset in minutes. |
return | System |
public PersonIdent ( |
||
pi | Original |
|
when | long | Local date time in milliseconds (since Epoch). |
tz | int | Time zone offset in minutes. |
return | System |
public PersonIdent ( |
||
repo | ||
return | System |
public PersonIdent ( string str ) : System | ||
str | string | A Git internal format author/committer string. |
return | System |
public PersonIdent ( string name, string emailAddress ) : System | ||
name | string | |
emailAddress | string | |
return | System |
public PersonIdent ( string name, string emailAddress, System.DateTime when, int tz ) : System | ||
name | string | |
emailAddress | string | |
when | System.DateTime | Local date time in milliseconds (since Epoch). |
tz | int | Time zone offset in minutes. |
return | System |
public PersonIdent ( string name, string emailAddress, long when, int tz ) : System | ||
name | string | |
emailAddress | string | |
when | long | Local date time in milliseconds (since Epoch). |
tz | int | Time zone offset in minutes. |
return | System |