예제 #1
0
 /**
  * @param $path
  *
  * @return array
  */
 private function commitsForFile($path)
 {
     return $this->getRepositoryApi()->commits()->all($this->settings->getVendor(), $this->settings->getPackage(), array('sha' => $this->settings->getBranch(), 'path' => $path));
 }