Home
last modified time | relevance | path

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

/plugin/dwcommits/db/
H A Dupdate0001.sql1 CREATE TABLE git_commits(author TEXT,timestamp INTEGER,gitid TEXT,msg TEXT, prefix TEXT, gitbranch,… field
/plugin/dwcommits/
H A Dhelper.php384 $gitid="";
423 $this->insert($author,$timestamp,$gitid,$msg,$table);
426 $gitid=$commit[1];
443 function insert($author,$timestamp,$gitid,$msg,$table) { argument
445 $prefix = substr( $gitid , 0, 15 );
448 $author,$timestamp,$gitid,$msg,$prefix,$this->selected_branch)){