Home
last modified time | relevance | path

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

/plugin/dwcommits/
Dhelper.php16 private $status_message; variable in helper_plugin_dwcommits
36 $this->status_message = array();
184 $this->status_message = array();
190 …$this->status_message = array_merge(array(getcwd(),"$this->git fetch origin", $status),$this->stat…
195 …$this->status_message = array_merge(array(getcwd(),"$this->git merge origin", $status),$this->stat…
200 …$this->status_message = array_merge(array(getcwd(),"git commit", $status),$this->status_message,$r…
206 …$this->status_message = array_merge(array(getcwd(),"git add . ", $status),$this->status_message,$r…
211 …$this->status_message = array_merge(array(getcwd(),"git pull", $status),$this->status_message,$ret…
217 …$this->status_message = array_merge(array(getcwd(),"git checkout $branch", $status),$this->status_…
232 …$this->status_message = array_merge(array(getcwd(),"git checkout $branch", $status),$this->status_…
[all …]