Home
last modified time | relevance | path

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

/plugin/gitlog/
H A Dsyntax.php92 $repository = $this->clean_git_dir($data['dir']).$data['repository'];
94 $repository = $this->clean_git_dir($this->getConf('root_dir')).$data['repository'];
243 function clean_git_dir($value) function in syntax_plugin_gitlog