GitRepo.vala
[gitlive] / GitRepo.vala
index 7985e81..fb99d8f 100644 (file)
@@ -224,6 +224,10 @@ public class GitRepo : Object
                return false;
                }
                // check remote...
+       if (this.is_managed()) {
+               return true;
+               }
+       return false;
        
        return FileUtils.test(this.gitdir + "/.gitlive-enable-auto-branch" , FileTest.EXISTS);
     }