(str)
| 200 | } |
| 201 | |
| 202 | var shell_escape = function(str) { |
| 203 | return str.toString().replace('"', "\\\"").replace(/\;/g, "\\;"); |
| 204 | } |
| 205 | |
| 206 | // Call the native git binary |
| 207 | Git.prototype.call_git = function(prefix, command, postfix, options, args, callback) { |