Gitamin\Http\Controllers\Controller::extractReference PHP Method

extractReference() protected method

protected extractReference ( $repository, $commitishPath, $repo )
    protected function extractReference($repository, $commitishPath, $repo)
    {
        list($commitish, $path) = $this->parseCommitishPathParam($repository, $commitishPath, $repo);
        return $this->parseBranchTreeParam($repository, $commitish, $path);
    }