Home
last modified time | relevance | path

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

/plugin/dwcommits/
H A Dhelper.php18 private $selected_branch ='master'; variable in helper_plugin_dwcommits
37 $this->selected_branch="";
289 $this->selected_branch = $matches[1];
310 function selected_branch() { function in helper_plugin_dwcommits
311 if($this->selected_branch) return $this->selected_branch;
312 $this->selected_branch = 'master'; //needed for db column if and when implemented
448 $author,$timestamp,$gitid,$msg,$prefix,$this->selected_branch)){