Property | Type | Description | |
---|---|---|---|
$repositories |
Method | Description | |
---|---|---|
__construct ( ) | ||
getPager ( $pageNumber, $totalCommits ) |
Method | Description | |
---|---|---|
extractReference ( $repository, $commitishPath, $repo ) | ||
parseBranchTreeParam ( GitList\Git\Repository $repository, string $branch = '', string $tree = '' ) : array | Returns an Array where the first value is the tree-ish and the second is the path. | |
parseCommitishPathParam ( $repository, $commitishPath, $repo ) | * @brief Return $commitish, $path parsed from $commitishPath, based on what's in $repo. Raise a 404 if $branchpath does not represent a valid branch and path. |
protected extractReference ( $repository, $commitishPath, $repo ) |
protected parseCommitishPathParam ( $repository, $commitishPath, $repo ) | ||
$commitishPath | ||
$repo |