Home
last modified time | relevance | path

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

/plugin/dwcommits/
H A Dhelper.php16 private $status_message; variable in helper_plugin_dwcommits
36 $this->status_message = array();
184 $this->status_message = array();
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_…
325 $this->status_message = array();
328 $this->status_message =
351 $status = $this->status_message;
[all …]