X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitRepo.vala;h=fb99d8f297c891f08f60e0c178de8642e288c6bd;hp=7985e816c877b8a16b09de7c31aa5545c5380b0c;hb=3597806d7fef131dc3f9151f0d80d01e5521a9b1;hpb=2a885208574bafbac4d552d554898d1d520ae789 diff --git a/GitRepo.vala b/GitRepo.vala index 7985e816..fb99d8f2 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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); }