Home
last modified time | relevance | path

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

/plugin/git/action/
H A Dcommit.php32 $commit_message = trim($_POST['CommitMessage']);
37 if ($this->commit($commit_message) === false) return;
45 function commit($commit_message) argument
57 $result = $repo->commit($commit_message);
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js655 commit_message: message, property in GitLabClient.writeFile.entity