GitRepo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:43:02 +0000 (21:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:43:02 +0000 (21:43 +0800)
GitRepo.vala

index 6bc25ad..777a5d5 100644 (file)
@@ -192,10 +192,10 @@ public class GitRepo : Object
         args +=  "--no-pager";
 
 
-        if (this.gitdir != this.repopath) {
-            args +=   "--work-tree";
-            args += this.repopath; 
-        }
+        //if (this.gitdir != this.repopath) {
+        //    args +=   "--work-tree";
+         //   args += this.repopath; 
+        //}
         for (var i = 0; i < args_in.length;i++) {
             args += args_in[i];
         }