GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:50:25 +0000 (11:50 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:50:25 +0000 (11:50 +0800)
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);
     }