gitlive.js
authorAlan Knowles <alan@wideboy.(none)>
Wed, 28 Apr 2010 14:27:05 +0000 (22:27 +0800)
committerAlan Knowles <alan@wideboy.(none)>
Wed, 28 Apr 2010 14:27:05 +0000 (22:27 +0800)
gitlive.js

index 4f170b3..59ecfde 100644 (file)
@@ -119,11 +119,11 @@ var monitor = new Monitor({
             return;
         }
         this.queue.push( 
-                //[ src.gitpath,  'add', src.vpath ],
-                [ src.gitpath,  'commit', { all: true, message: src.vpath} ],
-                [ src.gitpath , 'push', { all: true } ]
-                
-            );
+            //[ src.gitpath,  'add', src.vpath ],
+            [ src.gitpath,  'commit', { all: true, message: src.vpath} ],
+            [ src.gitpath , 'push', { all: true } ]
+            
+        );
        // var sp = Git.run(src.gitpath, 'commit', { all: true, message: src.vpath});
         //Git.run(src.gitpath , 'push', '--all' );
         //notify(src.name,"CHANGED", sp);