We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c23a3bd + 357ee27 commit b3cf49bCopy full SHA for b3cf49b
Git.php
@@ -377,7 +377,7 @@ public function rm($files = "*", $cached = false) {
377
*/
378
public function commit($message = "", $commit_all = true) {
379
$flags = $commit_all ? '-av' : '-v';
380
- return $this->run("commit '.$flags.' -m ".escapeshellarg($message));
+ return $this->run("commit ".$flags." -m ".escapeshellarg($message));
381
}
382
383
/**
0 commit comments