Property | Type | Description | |
---|---|---|---|
$authorDate | |||
$authorEmail | |||
$authorName | |||
$comitterDate | |||
$comitterEmail | # GBDateTime | ||
$comitterName | |||
$fields | |||
$files | |||
$id | |||
$logFormat | |||
$message | # GBDateTime | ||
$previousFiles | # array example: array(GitPatch::CREATE => array('file1', 'file3'), GitPatch::DELETE => array('file2')) | ||
$tree |
Method | Description | |
---|---|---|
authorUser ( $default = null ) | Tries to resolve author as a GBUser | |
committerUser ( ) | Tries to resolve committer as a GBUser | |
find ( $kwargs = null ) | Returns array($commits, $existing, $ntoc) | |
loadPatches ( $paths = null ) | Load a set of GitPatch objects for this commit, optionally restricting to patches affecting $paths | |
rawPatch ( $paths = null ) |
public authorUser ( $default = null ) |
static public find ( $kwargs = null ) |
public loadPatches ( $paths = null ) |
public $previousFiles |