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 49aff09 + 5cd5d2d commit c23a3bdCopy full SHA for c23a3bd
Git.php
@@ -376,7 +376,7 @@ public function rm($files = "*", $cached = false) {
376
* @return string
377
*/
378
public function commit($message = "", $commit_all = true) {
379
- var flags = $commit_all ? '-av' : '-v';
+ $flags = $commit_all ? '-av' : '-v';
380
return $this->run("commit '.$flags.' -m ".escapeshellarg($message));
381
}
382
0 commit comments