Scm/Git/Repo.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 11 Sep 2011 23:20:29 +0000 (07:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 11 Sep 2011 23:20:29 +0000 (07:20 +0800)
Scm/Git/Repo.js

index 7faf686..95e4685 100644 (file)
@@ -239,6 +239,7 @@ Repo = XObject.define(
             }
             
             args.push(from+'..'+to);
+            args.push( { '' : true });
             if (typeof(path) != 'string') {
                 path.forEach(function(p) { args.push(p); })
             }