Searched refs:get_files_by_commit (Results 1 – 2 of 2) sorted by relevance
265 $files = explode("\n", $repo->get_files_by_commit('origin/master..HEAD')); 269 $files = explode("\n", $repo->get_files_by_commit($hash));
373 public function get_files_by_commit($hash) { function in GitRepo