Home
last modified time | relevance | path

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

/plugin/gitbacked/action/
H A Deditcommit.php97 private function commitFile($filePath, $message) function in action_plugin_gitbacked_editcommit
246 $this->commitFile($mediaPath, $message);
261 $this->commitFile($mediaPath, $message);
303 $this->commitFile($pagePath, $message);
/plugin/gitbacked/
H A DCHANGELOG.md84 - moved within `action/editcommit.php` to `commitFile(...)` - PR [#103]