From: Alan Knowles Date: Wed, 19 Dec 2018 03:50:25 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=3597806d7fef131dc3f9151f0d80d01e5521a9b1 GitRepo.vala --- 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); }