Home
last modified time | relevance | path

Searched refs:get_files_by_commit (Results 1 – 2 of 2) sorted by relevance

/plugin/git/
H A Dhelper.php265 $files = explode("\n", $repo->get_files_by_commit('origin/master..HEAD'));
269 $files = explode("\n", $repo->get_files_by_commit($hash));
/plugin/git/lib/
H A DGit.php373 public function get_files_by_commit($hash) { function in GitRepo