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.
1 parent 41d61a3 commit 8bc9087Copy full SHA for 8bc9087
CI_Git.php
@@ -263,7 +263,7 @@ public function add($files = "*") {
263
* @return string
264
*/
265
public function commit($message = "") {
266
- return $this->run("commit -av -m \"$message\"");
+ return $this->run("commit -av -m ".escapeshellarg($message));
267
}
268
269
/**
Git.php
@@ -256,7 +256,7 @@ public function add($files = "*") {
256
257
258
259
260
261
262
0 commit comments