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

index 6c69b41..1582244 100644 (file)
@@ -240,7 +240,8 @@ var monitor = new Monitor({
         }
         this.queue.push( 
             [ src.gitpath, 'mv',  '-k', src.vpath, dest.vpath ],
-            [ src.gitpath, 'commit' ,  src.vpath, { message: src.vpath} ],
+            [ src.gitpath, 'commit' ,  src.vpath, dest.vpath ,
+                { message:   'MOVED ' + src.vpath +' to ' + dest.vpath} ],
             [ src.gitpath, 'push', { all: true } ]
         );