Git.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 14 Apr 2010 11:21:04 +0000 (19:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 14 Apr 2010 11:21:04 +0000 (19:21 +0800)
Git.js

diff --git a/Git.js b/Git.js
index e213592..09a6ca7 100644 (file)
--- a/Git.js
+++ b/Git.js
@@ -80,7 +80,8 @@ Git.prototype = {
         var out = Spawn.run({
             env : [ "GITPATH=" + this.repo ],
             cwd : this.repo,
-            args: args
+            args: args,
+            debug: true
         });