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

index 1582244..9f4e87c 100644 (file)
@@ -107,7 +107,7 @@ var monitor = new Monitor({
             
             this.queue.push( 
                 [ src.gitpath,  'add', src.vpath ],
-                [ src.gitpath,  'commit', { all: true, message: src.vpath} ],
+                [ src.gitpath,  'commit',  src.vpath, { message: src.vpath} ],
                 [ src.gitpath , 'push', { all: true } ]
                 
             );