Searched refs:run_git (Results 1 – 2 of 2) sorted by relevance
/plugin/dokugitviewer/ |
H A D | git-utils.inc.php | 5 function run_git($command, $repo, $bare=false) function 28 $data = run_git('log --pretty=format:"'.$params.'" -'.$limit, $repo, $bare);
|
/plugin/gitlog/ |
H A D | syntax.php | 158 $data = $this->run_git('log --pretty=format:"'.$params.'" -'.$limit, $repo, $bare); 167 $changedfiles = $this->run_git('show --pretty="format:" --name-only '.$columns[0], $repo, $bare); 190 function run_git($command, $repo, $bare=false) function in syntax_plugin_gitlog
|